#hospitalTitle 
{
	position:relative;
	margin-left:-10px;
	margin-bottom:20px;

}
#hospitalGallery
{
	margin-top:50px;
	margin:0 auto;
	margin-left:5px;
	position:relative;
	width: 600px;
	height: 500px;
	/*background-color:yellow;*/
}

#leftBig
{
	position:absolute;
	margin-top:160px;
	margin-left:20px;
	z-index:10;
	width:30px;
	height:58px;
}
#rightBig
{
	position:absolute;
	margin-top:160px;
	margin-left:547px;
	z-index:10;
	width:30px;
	height:58px;
}

#leftBig a,
#rightBig a
{
	display:block;
	width:30px;
	height:58px;
	text-indent:-5000px;
}

#leftSmall
{
	position:absolute;
	margin-top:30px;
	margin-left:11px;
	z-index:10;
	width:7px;
	height:13px;
}
#rightSmall
{
	position:absolute;
	margin-top:30px;
	margin-left:580px;
	z-index:10;
	width:7px;
	height:13px;
}
#leftSmall a,
#rightSmall a
{
	display:block;
	width:7px;
	height:13px;
	text-indent:-5000px;
}


#selectImageWrap
{
	width:584px;
	height:389px;
	margin: 0 auto;
	border:2px solid #86878f;
}

#selectImage
{
}

a.buttonLeftBig{background:url("/images/preview/view.png") no-repeat 0 0;}
a.buttonRightBig{background:url("/images/preview/view.png") no-repeat -30px 0;}
a.buttonLeftSmall{background:url("/images/preview/list.png") no-repeat 0 0;}
a.buttonRightSmall{background:url("/images/preview/list.png") no-repeat -8px 0;}

#hospitalThumbnail
{
	position:relative;
	margin-top: 11px;
	background-color:#fff;/*#e2e3e5;*/
	height: 76px;
}

#hospitalThumbnail #imageList
{
	margin:0 auto;
	padding-top:16px;
}

#hospitalThumbnail #imageList ul li
{
	margin-right:5px;
	border:2px solid #e2e3e5;
}

#hospitalThumbnail #imageList ul li.select
{
	border:2px solid #00ff00;
}