body {
 -moz-opacity: .999;
}

#gallery {
	height:375px;
	width: 475px;
	margin-top: 0;
}

#gallery div {
	text-align: center;
	width: 475px;
	height: 375px;
	margin-top: 0;
	
	
}

#gallery_fb {
	height:675px;
	width: 450px;
	margin-top: 0;
	border: 1px solid red;
}

#gallery_fb div {
	text-align: center;
	height:675px;
	width: 450px;
	margin-top: 0;
	border: 1px solid blue;
	
}

#gallery img, #gallery_fb img {
	padding: 10px;
	border: 1px solid #e0e0e0 ;
	background-color: #FFF;
/*behavior: url("/includes/border-radius.htc");
	-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;*/
}

#gallery div p {
	font: bold 10px Verdana;	
}
#controls {
	text-align: center;
}
#pager    a, #main .control  {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background: #BE1D7C;
	padding: 2px 5px;
	text-decoration: none;
	margin-left: 5px;
	cursor: pointer;
}
#pager a.activeSlide {
	background-color: #E6E2AF;
	color: #000;
}
#pager a:hover, #playControl:hover {
	background: #900;
}

#contentWrap {
	float:left;
	width=575px;
}

#contentWrap #main {
	float: left;
	padding-bottom: 25px;
}

#prev, #next {
	color: #FFF;
	background-color: red;
	padding: 5px;
	cursor: pointer;
	font: bold 60% Arial, Helvetica, sans-serif;
}

