/* CSS Document */

img { border: none;}
.photos{
	padding:0px;
	width:100%;
	}
.photos div img {
	}
.smallThumbs{
	float:left;
	padding:0px;
	background-image:url(../images/backgrounds/bs2_img_icon_placeholder.jpg);
	background-repeat:no-repeat;
}
.photos ul.thumbs {
	list-style: none;
	/*to adjust the number of rows in thumbs*/
	width: 93%;
	float: left;
	padding:5px 10px 5px 13px ;
}
.photos ul.thumbs li{
	width:50px;
	height:50px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 5px solid #FFFFFF;
}
.padder{
	float:left;
	padding:5px;
}
.photos ul.thumbs li:hover {
	border: 5px solid #dddddd;
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75; 
}
.photos ul.thumbs li img {
	width:155%;
	position: absolute;
}
.photos {
	overflow: hidden;
	height:auto;
}
.largePhotos{
	padding-top:10px;
	float:left;
	width:705px;
	height:auto;
}
#photo_0{
	float:left;
	width:100%;
}
.containerPhotos{
	float:left;
	background-color:#454545;
	width:90%;
	text-align:center;
	padding:15px;
	 }
.smallThumbs{
	float:left;
	width:100%;
	height:auto;
}
