/* rightdiv img gallery */

#bigimg {
	width:680px;
	height:380px;
	margin-bottom:5px;
	text-align:center;
	border:1;
	border-width:thin;
	/*border-color:#A94828;
	border-color:#f3a304;*/
	border-color:#cccccc;
	
	border-style:dotted;
}
#bigimg #imgwrap {
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;

}

#bigimg #imgwrap img{

	cursor:pointer;
}

#img_show_toolbar {
	width:450px;
	height:20px;
	margin-bottom:15px;
}
#img_show_toolbar #toolleft {
	width:270px;
	float:left;
}
#img_show_toolbar #toolright {
	width:160px;
	float:left;
	text-align:right;
}

#butt span { 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	color: #f3a304;
	display:block; 
}
#butt div { width:70px;height:15px;display:block; float:left; }

#butt-prev { 
/* background-image:url(img/prev.png); */
}
#butt-prev :hover { 
/* background-image:url(img/prev_hover.png); */
 }

#butt-next { 
/* background-image:url(img/next.png); */
}
#butt-next :hover { 
/* background-image:url(img/next_hover.png); */
 }