.gallery {
	background: url(../images/gallery_bg_inner_right.jpg) no-repeat scroll 0 0 transparent;
	float: left;
	height: 222px;
	margin-top: 4px;
	padding: 11px 11px 0;
	position: relative;
}
.gallery a.nav-prev {
	background: url(../images/arrow_left_gallery_inner.png) no-repeat scroll 0 0 transparent;
	bottom: -20px;
	display: block;
	height: 45px;
	left: 139px;
	position: absolute;
	text-decoration: none;
	text-indent: -99999px;
	width: 44px;
	z-index: 1000;
}
.gallery a.nav-prev:hover {
	background: url(../images/arrow_left_gallery_inner.png) no-repeat scroll 0 -62px transparent;
}
.gallery a.nav-next {
	background: url(../images/arrow_right_gallery_inner.png) no-repeat scroll 0 0 transparent;
	bottom: -20px;
	display: block;
	height: 45px;
	position: absolute;
	right: 136px;
	text-decoration: none;
	text-indent: -99999px;
	width: 44px;
	z-index: 1000;
}
.gallery a.nav-next:hover {
	background: url(../images/arrow_right_gallery_inner.png) no-repeat scroll 0 -62px transparent;
}


/* =Gallery Styles Start here
*/
#gallery-container {
	float: left;
	margin-bottom: 30px;
	padding: 0 0 0 35px;
	width: 940px;
}
#gallery-container .img_pad {
	background: url(../images/bg_gallery_big.jpg) repeat scroll 0 0 transparent;
	border: 1px solid #938778;
	padding: 9px;
	position: relative;
}
#gallery-container .img_pad img {
	border: 1px solid #5D5449;
}
#gallery-container .img_shadow {
	background: url(../images/blog_leftbox_bottom_shadow.png) no-repeat scroll 0 0 transparent;
	height: 27px;
	margin: 0 auto;
	width: 760px;
}
#gallery-container p {
	line-height: 20px;
	padding: 0 0 30px;
}
ul.gallery-items {
	float:left;
	margin-bottom:0;
	width: 100%;
}
ul.gallery-items li {
	background: url(../images/bg_inner_gallery_thumb.png) no-repeat scroll 0 0 transparent;
	float: left;
	height: 241px;
	margin: 0 50px 20px 0;
	padding: 9px 0 0 9px;
	position: relative;
	width: 261px;
}
ul.gallery-items li.last {
	margin-right: 0;
}
ul.gallery-items li img, .gallery-content img {
	border: 1px solid #5D5449;
}
ul.gallery-items li a {
	background: url(../images/bg_gallary_caption.png) repeat scroll 0 0 transparent;
	bottom: 30px;
	color: #F8ECD6;
	display: block;
	font-size: 16px;
	height: 40px;
	left: 9px;
	line-height: 40px;
	padding: 0 0 0 12px;
	position: absolute;
	text-decoration: none;
	width: 238px;
}
ul.gallery-items li:hover .inner {
	background: url(../images/bg_gallery_thumb_h.png) repeat scroll 0 0 transparent;
	color: #4B4134;
	display: block;
	height: 152px;
	width: 237px;
}
ul.gallery-items li .inner {
	background: url(../images/bg_gallery_thumb_h.png) repeat scroll 0 0 transparent;
	color: #4B4134;
	display: none;
	font-size: 11px;
	height: 152px;
	left: 10px;
	line-height: 20px;
	padding: 18px 0 0 11px;
	position: absolute;
	top: 10px;
	width: 237px;
}
ul.gallery-items li .inner a.zoom {
	background:none;
	display: block;
	left: 76%;
	margin-left: 12px;
	padding-left: 0;
	width: 42px;
}
ul.gallery-items li .inner a.zoom img {
	border:none;
}
ul.gallery-items li.buttonleft {
	background: url(../images/gallery_previous_icon.png) no-repeat scroll 0 0 transparent;
	color: #F6ECC8;
	font-size: 14px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	width: 75px;
}
ul.gallery-items li.buttonleft a {
	color: #F6ECC8;
}
ul.gallery-items li.buttonleft a:hover {
	color: #CCCC00;
}
ul.gallery-items li.buttonright {
	background: url(../images/gallery_next_icon.png) no-repeat scroll 0 0 transparent;
	color: #F6ECC8;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	text-transform: uppercase;
	width: 73px;
}
ul.nav {
	float: left;
	margin-bottom:25px;
	text-transform: uppercase;
	width: 100%;
}
ul.nav a {
	color: #F6ECC8;
	line-height: 54px;
}
.nav .previous {
	background: url(../images/gallery_previous_icon.png) no-repeat scroll 0 0 transparent;
	float: left;
	height: 53px;
	padding-left: 20px;
	width: 55px;
}
.nav .previous:hover {
	background: url(../images/gallery_previous_icon.png) no-repeat scroll 0 -80px transparent;
}
.nav .next {
	background: url(../images/gallery_next_icon.png) no-repeat scroll 0 0 transparent;
	float: right;
	height: 53px;
	padding-left: 13px;
	width: 60px;
}
.nav .next:hover {
	background: url(../images/gallery_next_icon.png) no-repeat scroll 0 -80px transparent;
}

/* =Galery Styles Ends here
-------------------------------------------------------------- */
/* =Galery Details Styles Starts here
-------------------------------------------------------------- */
.gallery-content {
	background: url(../images/bg_gallery_big.jpg) repeat scroll 0 0 transparent;
	border: 1px solid #938778;
	padding: 9px;
	position: relative;
}
#gallery-container .gallery-content .img_caption {
	background: url(../images/bg_gallary_caption.png) repeat scroll 0 0 transparent;
	bottom: 10px;
	color: #F8ECD7;
	font-size: 19px;
	left: 9px;
	margin-bottom:0;
	padding: 16px 10px;
	position: absolute;
	width: 828px;
}
/* =Galery Details Styles ends here
-------------------------------------------------------------- */
