/*
bof - CSS for AJAX Image Swapper
This block of code is for the template's stylesheet, located inside includes/templates/YOUR_TEMPLATE/css/stylesheet.css
Written by: Jay T (Jaycode) teguhwpurwanto@gmail.com @ Oct 2007
*/
#image_viewer {
	width:300px;
}
#image_medium_container {
	width:298px;
	height: 298px;
	line-height:298px;
	border:1px solid #eee;
	overflow:hidden;
	text-align:center;
	margin:auto;
}
.image_medium {
	display:table-cell;
	width:298px;
	height:300px;
	line-height:300px;
	text-align:center;
	vertical-align:middle;
	*display: block;
 	*font-size: 261px; /*约为高度的0.873，200*0.873 约为175*/
 	*font-family:Arial;
	margin:auto;
	
}
.image_medium img {
	vertical-align:middle;
	margin:auto;
}

.image_small {
	height:75px;
	line-height:75px;
	vertical-align:middle;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	cursor: pointer;
	*display: block;
 	*font-size: 65px; /*约为高度的0.873，200*0.873 约为175*/
 	*font-family:Arial;
}
.image_small img{
	vertical-align:middle;
	margin:auto;
}
#image_nav_container {
	width:298px;
	height:75px;
	padding-top:8px;
	text-align:center;
	border:1px solid #eee;
	border-top:none;
}
#arrow_left {
	width:20px;
	padding-right: 5px;
}
#arrow_right {
	width:20px;
}
#large_image_viewer {
}
#large_image_navigator {
	background-color: #000000;
	border-top: #C3C3C3 2px solid;
	border-bottom: #C3C3C3 2px solid;
	color: #ffffff;
	width:100%;
	height: 30px;
	position:absolute;
	text-align:center;
	z-index: 1002;
}
#next_prev_container {
}
#td_title {
	text-align:center;
}
#large_pos, #large_prev, #large_next {
	float:left;
}
#large_pos {
	padding-top: 9px;
	padding-left:5px;
	padding-right:5px;
}
#large_close, #large_prev, #large_next {
	cursor:pointer;
}
#image_title {
	font-size: 2em;
	font-weight: bold;
}
#eventBlocker {
	background-color: #000000;
	position:absolute;
	left:0px;
	top:0px;
}
#eventBlocker {
	behavior: url(iepngfix.htc);
}

/*
eof - CSS for AJAX Image Swapper
*/
