body { font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:12px;}


/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container3 {
float:left;
width:695px; 
height:175px; 
margin:20px; 
padding:0px; 
display:block; 
position:relative; 
}


/* the width is set to show the number of thumbnails that will be visible */
#thumb_container3{ 
overflow:hidden ; 
width:695px ; 
height:149px ; 
margin:0px auto 0px;  
}


/* the thumbnails container */
#thumbs3 { white-space:nowrap; display:block; }

#thumbs3 a { padding:0px; margin:0px; }
#thumbs3 a img{ border:0px}



/* the forward and backward buttons */
.addfwd { 
display:block; 
position:absolute; 
cursor:pointer; 
width:16px; 
height:101px; 
top:10px; 
right:0px; 
background:url(images/right.gif) no-repeat;  
}

.addbkwd { 
display:block; 
position:absolute; 
cursor:pointer; 
width:16px; 
height:101px; 
top:10px; 
left:0px; background:url(images/left2.gif) no-repeat;  
}
/* thumbnail slider end */


