﻿
.ImageGallery 
{
	overflow:hidden;
	height:1%;
	width:600px;
}

.ImageGallery .thumbList 
{
	float:left;
	background-color:#EBF7FC;
	height:392px;
	margin-left:10px;
}


.ImageGallery .bigImageContainer
{
	float:left;
	background-color:#EBF7FC;
	width:500px;
	height:392px;
	position:relative;
	
}

.ImageGallery .bigImageContainer .imageNum 
{
	color:#217299;
	position:absolute;
	top:12px;
	right:16px;
}

.ImageGallery .bigImage
{
	margin:auto;
}

.ImageGallery .thumbList .thumbs span
{
	float:none;
	clear:both;
	display:block;
	cursor:pointer;
	background-color:#FFFFFF;
}

.ImageGallery .thumbList .thumbs 
{
	margin:4px 0px;
}

.ImageGallery .thumbList .thumbs  span img
{
	margin:auto;
}

.ImageGallery .thumbList .upThumb, .ImageGallery .thumbList .downThumb 
{
	float:none;
	clear:both;
	display:block;
	margin:6px 0px;	
	text-align:center;
}


.ImageGallery .thumbList .upThumb input, .ImageGallery .thumbList .downThumb input
{
	background-repeat:no-repeat;
	background-position:50% top;
	width:24px;
	border-style:none;
	background-color:Transparent;
	cursor:pointer;
	margin:auto;
}


.ImageGallery .thumbList .upThumb input
{
	background-image:url(/images/imageGallery/thumbs_up.gif);	
}

.ImageGallery .thumbList .downThumb input
{
	background-image:url(/images/imageGallery/thumbs_down.gif);	
}
