
/******* main photo display properties *********/
#main_photo{
	float: right;
	width: 440px;
	height: 350px;
	/*background-color: green;*/
	
	border-left: 1px solid #999;
	padding: 0 0 0 10px;
}

.photo_div{
	height: 330px;
	width: 440px;
	background-color: #EEEEEE;
	/*vertical-align: middle;*/
	/*display: table-cell;*/
}

.photos {
	overflow: hidden;
	border: 2px solid #999;
	padding: 9px;
	width: 700px;
	height: 350px;
	margin: 0 auto;
	
	background-color: #eee;
}


.photos div img {
	padding: 0;
	margin: 0 auto;
	/*float: left;*/
	display: block;
	/*vertical-align: middle;*/
	
}

span#pause_btn{
	/*position: relative;
	top: 3px;
	left: 0px;*/
	float: left;
	margin: 5px 0 0 5px;
}

span#resume_btn{
	/*position: relative;
	top: 3px;
	right: -340px;*/
	float: left;
	margin: 5px 5px 0 0;
	display: none;
}

/***** thumbnails ******/

.photos ul.thumbs {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	width: 246px;						/***************************/
	float: left;
	/*background-color: gray;*/
}

.photos ul.thumbs li{
	width: 110px;
	height: 100px;
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 4px solid #ddd;
	text-align: center;
}

.photos ul.thumbs li img {
	/*position: absolute;
	top: 12px;
	left: 5px;*/
	border: none;
}

.photos ul.thumbs li div.image_case{
	display: table-cell;
	height: 100px;
	/*vertical-align: middle;*/
}

.photos ul.thumbs li div.image_case2{
	display: block;
	text-align: center;
	width: 110px;
}

.photos ul.thumbs li:hover {
	border: 4px solid #888;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}

