
body {
	background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

#enlargeImageContainer{
	width:420px;
	height:500px;
	background-color: #ffffff;
}

#enlargeImageHeaderContainer{
	width:100%;
	height:52px;
    padding: 8px 0px 5px 12px;
    background-color: #f5f5f5;
	
}

#enlargeImageContentContainer{
	width:400px;
	height:400px;
	margin:10px 10px 10px 10px;
	text-align:center;
}

#enlargeImagePaginationContainer{

}

#previousContainer{
	padding:6px 0px 0px 5px;
	text-align:left;
	float:left;
	color:#CCCCCC;
	font-size:12px;
	width:150px;
}

#previousContainer a{
	color:#CC0033;
	text-decoration:none;
}

#paginationTextContainer{
	color:#CC0033;
	font-size:12px;
	width:110px;
	float:left;
	text-align:center;
	padding:6px 0px 0px 0px;
}

#nextContainer{
	padding:6px 0px 0px 0px;
	font-size:12px;
	color:#CCCCCC;
	xwidth:150px;
	text-align:right;
}

#nextContainer a{
	color:#CC0033;
	text-decoration:none;
}

#enlargeImageFooterContainer{
	margin:0px 10px 0px 10px;
}

hr{
	color:#CCCCCC;
	margin:5px;
	padding:0px;
	height:1px;
}
