
#gallery_example {
	width:955px;
	height:490px;
	position:relative;
	top: 45px;
	margin-left:0px;
}

/*
	Slideshow
*/

#gallery {
	height: 470px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/


#gallery .slideborder {
	width: 640px;
	background: url(../img/20per_w.png) repeat;
	padding: 20px;
	margin: 0 0 0 270px;
	float:left;
	position:relative;
}

#gallery .slideborder_white {
	width: 640px;
	background: url(../img/50w.png) repeat;
	padding: 20px;
	margin: 0 0 0 270px;
	float:left;
	position:relative;
}
	
#gallery .slides_container {
	width:640px;
	overflow:hidden;
	border:0px solid #8d8d8d;
	display:none;	
}

#gallery .slides_container span {
	margin-top:-20px;
	background-color:#FFF;
	color: #000;
	display:block;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
	
.slides_container {
	width:640px;
	height:416px;
	display:block;
}

.slides_container div.slide {
	width:640px;
	height:416px;
	display:block;
}

/*
	Next/prev buttons
*/

#gallery .next,#gallery .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#gallery .prev {
	background:url(../img/arrow-prev.png);
}

#gallery .next {
	left:398px;
	background:url(../img/arrow-next.png);
}

/*
	Pagination
*/

#gallery .pagination {
	width:250px;
	padding:0px ;
	float:left;
	margin:25px 0 0 0;
	position:absolute;
	height:420px;
	overflow:hidden;
}

#gallery .pagination li {
	float:left;
	margin:4px;
	list-style:none;
	height:70px;
	border: 2px solid #fff;
}

#gallery .pagination li a {
	height:70px;
	width:70px;
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

#gallery .pagination li a:hover {
	margin:0;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#gallery .pagination li.current a {
	margin:0;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#gallery .pagination li.current {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	border:2px solid #cc0f18;
}

#gallery .pagination_d {
	width:180px;
	padding:0px ;
	float:left;
	margin:25px 0 0 0;
	position:absolute;
	height:420px;
	overflow:hidden;
}

#gallery .pagination_d li {
	float:left;
	margin:4px;
	list-style:none;
	height:70px;
	border: 2px solid #fff;
}

#gallery .pagination_d li a {
	height:70px;
	width:70px;
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

#gallery .pagination_d li a:hover {
	margin:0;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#gallery .pagination_d li.current a {
	margin:0;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#gallery .pagination_d li.current {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	border:2px solid #cc0f18;
}

.caption {
	font:13px/150% Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	/*background:#000;
	background:rgba(0,0,0,0.5);*/
	width:600px;
	color:#fff;
	text-shadow:none;
	background: url(../img/60per.png) repeat;
}

#content_gallery{
	position: relative;
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

/*defence gallery submenus*/
#gallery_defence_menu {
	padding: 20px 0 20px 285px;
	display: block;
	float: left;
	width: 640px;
}
#gallery_defence_menu li {
	display: block;
	list-style: none;
	padding: 0 2px;
	float: left;
	height: 179px;
	width: 200px;
}

/* important to have this one */
#gallery_defence_menu li a:link, #gallery_defence_menu li a:visited {
	display: block;
	height: 179px;
}

#gallery_defence_menu li.subone a {
	width: 200px;
	background: url(../img/defence/gallery_submenus1.png);
	height: 179px;
}
#gallery_defence_menu li.subone a:hover {
	background-position: 0 -179px;
}
#gallery_defence_menu li.subone .current {
	background: url(../img/defence/gallery_submenus1.png);
	background-position: 0 -179px;
}

#gallery_defence_menu li.subtwo a {
	width: 200px;
	background: url(../img/defence/gallery_submenus2.png);
	height: 179px;
}
#gallery_defence_menu li.subtwo a:hover {
	background-position: 0 -179px;
}
#gallery_defence_menu li.subtwo .current {
	background: url(../img/defence/gallery_submenus2.png);
	background-position: 0 -179px;
}

#gallery_defence_menu li.subthree a {
	width: 200px;
	background: url(../img/defence/gallery_submenus3.png) no-repeat;
	height: 179px;
}
#gallery_defence_menu li.subthree a:hover {
	background-position: 0 -179px;
}
#gallery_defence_menu li.subthree .current {
	background: url(../img/defence/gallery_submenus3.png) no-repeat;
	background-position: 0 -179px;
}

