 #slideshow{
	height:234px;
	position:relative;
	width:100%;
	max-width: 1000px;
	}

#slideshow ul{
	list-style-type: none;
	/* margin-left:50px; */
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:90;
}

#slideshow .slideActive{
	z-index:90;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}


#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
	background-image: url(../img/arrows.png); 
	background-repeat: no-repeat; 
	transition: transform 0.2s ease-in-out;
}



#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left top;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right top;} 

#slideshow .arrow:active {
    transform: scale(0.8); /* Scale down the arrow when clicked */
}
/* The following styles are only used for the styling of the demo page */



p.tzine{
	text-align:center;
	font-size:12px;
	margin:50px;
}

p.credit{
	text-align:center;
	color:#888;
	font-size:10px;
}

p.credit a,
p.credit a:visited{
	color:#ccc;
	border-bottom-color:#aaa;
}

p.credit a:hover{
	border-bottom-color:transparent;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#ccc;;
}

a:hover{
	border-bottom:1px dashed transparent;
}

.clear{
	clear:both;
}
.slides li img {
	position: relative;
}


/**************** Customization Code 2012-07-09 ******************/
.error { color:red; padding-left: 5px;}
.user_validation { color:red; }
.email_validation { color:red; }
#content li {list-style:none; color: #707a85;}

#virtuallogin

{
	
	width:900px;
	float:left;
	
}

#leftnewreg

{


float:left;
width:300px;	
}





#rightloginvirtual

{


float:left;
width:600px;	
}


#rightloginvirtual ul

  {
	
	margin-left:218px;
	
	
}
#rightloginvirtual ul li {


list-style-type:none;

list-style-image: none !important;

padding:5px 0px !important;	
color:#848D97;
}

.push {
    box-shadow: 0 1px 10px 1px #5C8BEE inset, 0 1px 0 #1D2C4D, 0 6px 0 #1F3053, 0 8px 4px 1px #111111;
    display: inline-block;
}
.button-xlarge {
    font-size: 24px;
}
.blue {
    background-color: #0F9BF2;
}
.gradient {
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.button {
    color: #FFFFFF;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: 50px;
    margin-top: 71px;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
}

.button-login {
    color: #FFFFFF;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
   
    margin-top: 10px;
    padding: 1px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
	min-width:80px;
} 