#hospitalTitle 
{
	position:relative;
	margin-left:10px;
	margin-bottom:20px;

}
#hospitalGallery
{
	margin-top:40px;
	margin:0 auto;
	margin-left:80px;
	position:relative;
	width: 607px;
	height: 392px;
	/*background-color:yellow;*/
}

#leftBig
{
	position:absolute;
	margin-top:170px;
	margin-left:-20px;
	z-index:10;
	width:31px;
	height:58px;
}
#rightBig
{
	position:absolute;
	margin-top:170px;
	margin-left:540px;
	z-index:10;
	width:31px;
	height:58px;
}

#leftBig a,
#rightBig a
{
	display:block;
	width:31px;
	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:607px;
	height:392px;
	margin-left: -30px;
	margin: 10 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;
	margin-left: -30px;
	background-color:#e2e3e5;
	height: 76px;
	width:612px;
}

#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;
}