/* MAIN DIV */
div#main_gallery_wrapper{
	width:252px;
	padding: 0px;
}


/* IMAGE SELECTOR */
div#itemNum{
	padding:1px;
	text-align: center;
}

/* 
 	THUMBS
	thumb structure:
 	<div id=thumbwrap> <div class=icon1></div> <div class=icon2></div> <img src=thumb> </div> 
*/

div#thumbs { /*all thumbs container*/
	padding: 5px;
	width: 240px;
	text-align: center;
}

div#thumbs div.wrapper{ /*one thumb container*/
	width: 35px;
	display: block;
	float: left;
}

#next, #prev {
position:relative;
bottom:18px;
cursor:pointer;
}

div#thumbs img.currThumb{ /*selected thumb img*/
	border: 1px solid #E73131;
	background-color: #E2EFFF;
	margin: 4px;
	width: 35px;
	height: 35px;
	text-align: center;
}

div#thumbs img.otherThumb{ /*thumbs img*/
	border: 1px solid #CCCCCC;
	margin: 4px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
	-moz-opacity:0.5; 
	opacity: 0.5;
	background-color: #E2EFFF;
	width: 35px;
	height: 35px;
	text-align: center;
}


/* MAIN IMAGE*/
img#main_image{
	border: 1px solid #EDC0D4;
	filter:progid:DXImageTransform.Microsoft.Fade(Duration=1); /*FADE EFFECT ON IE5+*/
}



/* IMG NAME*/
div#image_name {
	font-weight: bold;
	color:#6F6F6F;
	padding:5px;
	text-align: center;
	display:block;
}

/*IMG DESCRIPTION */
div#image_descr {
	padding: 10px;
	display: block;
}


/* TOOLS CONTENT (forms: upload, edit; comments, main image)*/
.tool_wrapper {
	display: block;
	text-align: center;
}

br.clearing {
	height:1px;
	font-size:1px;
	clear:both;
}
