@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}

.leavecontact {
 font-family:Verdana, Arial, Geneva, sans-serif;
 font-size:11px;
 font-weight:bold;
 color:#fff;
}

.footerlinks {
 font-family:Verdana, Arial, Geneva, sans-serif;
 font-size:11px;
 color:#fff;
 padding-right:10px;
}

.about_us {
 font-family:Verdana, Arial, Geneva, sans-serif;
 font-size:11px;
 color:#fff;
 text-align:justify;
 line-height:24px;
 padding-right:15px;
 padding-left:15px;
 padding-top:10px;
 padding-bottom:10px;
}

.form-border {
 border:#666 3px solid;
 border-radius: 10px;
 height:25px;
 padding-left:10px;
} 

.form-comm {
 border:#666 3px solid;
 border-radius: 10px;
 padding-left:10px;
} 

.contact {
 font-family:Verdana, Arial, Geneva, sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#fff;
}

#ex5 img {
	margin: 5px;
	opacity: 0.4;
 
	/*Transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 
	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}
 
 
#ex5 img:hover {  
   opacity: 1;
 
   /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*Glow*/
  -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}


.root     {
    position:relative;
    height:      400px;
    width:      300px;
    margin:       0px 0px 8px 7px;    
    }
.root p   {
    margin:      10px 10px 5px 10px;
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       10px;
    }
.up, .dn   {
    position:      absolute;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer {
	position:      absolute;
	left:      2px;
	top:      19px;
	width:      350px;
	height:      400px;
	clip:      rect(0 467 200 0);
	overflow:      auto;
	background:    #D9D9B0;
	background-color: #2B2B2B;
    }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      350px; 
	height: 2450px;
    }
