body.gallery {
	width:  100%;
	background: #fff;
	margin: 0;
}

body.gallery #wrapper {
	width:  100%;
}

body.gallery #main .inside {
	width:  100%;	
}

body.gallery #footer {
	margin: 10px auto 0 auto;
	width: 980px;
	min-width: 980px;
	text-align: center;	
	padding-top: 10px;
	border: none;
}

body.gallery .gallery-header {
	overflow: hidden;
	height: 50px;
	width: 100%;
	margin: 0px 0 0 0;
	border: 0;
	background: #383838;
}

body.gallery a.logo_gallery {
	display: block;
	float: left;
	width: 187px;
	height: 32px;
	text-indent: -9999px;
	border: none;
	overflow: hidden;
	background: url("../images/logo_events_gallery.gif") left top no-repeat;
	clear: none;
	margin: 8px 20px 0 20px;
}

body.gallery a.ag_website_link {
	display: block;
	float: right;
	width: 119px;
	height: 26px;
	text-indent: -9999px;
	border: none;
	overflow: hidden;
	background: url("../images/ag_website_link.jpg") left top no-repeat;
	margin: 10px 20px 12px 0;	
}


#gallery-navigation {
	display: block;
	clear: both;
	width: 100%;
	height: 30px;
	background: #383838;
}


#gallery-navigation ul {
	display: block;
	list-style-type: none;	
	text-align: center;
	padding-top: 0;
	margin: 0 0 0 20px;
}

#gallery-navigation ul li {
	display: inline;
	height: 48px;
	width: auto;	
	text-align: center;
	float: left;
	margin-right: 40px;
}

#gallery-navigation ul li.active {
	background: #696969 url("../images/gallery_tab_left.gif") left top no-repeat;;
	color: #fff;
}


#gallery-navigation ul li.active span {
	display: block;
	height: 48px;
	padding: 4px 20px 0 20px;
	color: #fff;
	background: url("../images/gallery_tab_right.gif") right top no-repeat;;
}


#gallery-navigation a,
#gallery-navigation a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	border-bottom: 0;	
	padding: 7px 0px 0px 0px;
}

#gallery-navigation a:hover,
#gallery-navigation a:active {
	color: #fff;
	border-bottom: 0;
	text-decoration: none;
}







#im_wrapper {
	width: 100%;
	height: 840px;
	padding: 0;
	text-align: center;
	background: #696969;
	clear:  both;
}

.im_wrapper div{
	left:-500px;
	width:125px;
	height:125px;
	position:absolute;
	background-repeat:no-repeat;
	background-color:#fff;
	cursor:pointer;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}

.im_wrapper div img{
	float:left;
	width:115px;
	height:115px;
	margin:5px 0px 0px 5px;
}

.im_loading{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	background:#fff url(../images/loader.gif) no-repeat center center;
	width:70px;
	height:70px;
	z-index:9999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.im_next,
.im_prev{
	width:50px;
	height:50px;
	position:fixed;
	bottom:50%;
	margin-top:-25px;
	cursor:pointer;
	opacity:0.7;
	z-index:1000;
	-moz-box-shadow:0px 0px 3px #000;
	-webkit-box-shadow:0px 0px 3px #000;
	box-shadow:0px 0px 3px #000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.im_next:hover,
.im_prev:hover
{
	opacity:0.9;
}

.im_next{
	background:#fff url(../images/next.png) no-repeat center center;
	right:-50px; /*10 to show*/
}

.im_prev{
	background:#fff url(../images/prev.png) no-repeat center center;
	left:-50px; /*10 to show*/
}





