 /*--light_rounded--*/

 div.light_rounded .pp_top .pp_left{
	background-image: url(../images/light_rounded/sprite.png);
	background-position: -88px -53px;
	background-repeat: no-repeat;
}
div.light_rounded .pp_top .pp_middle{
	background-color: #fff;
}
div.light_rounded .pp_top .pp_right{
	background-image: url(../images/light_rounded/sprite.png);
	background-position: -110px -53px;
	background-repeat: no-repeat;
}
div.light_rounded .pp_content .ppt{
	color: #000;
}
div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{
	background-color: #fff;
}
div.light_rounded .pp_content{
	background-color: #fff;
}
div.light_rounded .pp_next:hover{
	cursor: pointer;
	background-image: url(../images/light_rounded/btnNext.png);
	background-position: right center;
	background-repeat: no-repeat;
}
div.light_rounded .pp_previous:hover{
	cursor: pointer;
	background-image: url(../images/light_rounded/btnPrevious.png);
	background-position: left center;
	background-repeat: no-repeat;
}
div.light_rounded .pp_expand{
	cursor: pointer;
	background-image: url(../images/light_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -31px -26px;
}
div.light_rounded .pp_expand:hover{
	cursor: pointer;
	background-image: url(../images/light_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -31px -47px;
}
div.light_rounded .pp_contract{
	cursor: pointer;
	background-image: url(../images/light_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}
div.light_rounded .pp_contract:hover{
	cursor: pointer;
	background-image: url(../images/light_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}
div.light_rounded .pp_close{
	width:75px;
	height:22px;
	cursor: pointer;
	background-image: url(../images/light_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{
	background-image: url(../images/light_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -71px;
}
div.light_rounded .pp_arrow_previous.disabled{
	background-position:0 -87px;
	cursor:default;
}
div.light_rounded .pp_arrow_next{
	background-image: url(../images/light_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -22px -71px;
}
div.light_rounded .pp_arrow_next.disabled{
	background-position: -22px -87px;
	cursor:default;
}
div.light_rounded .pp_bottom .pp_left{
	background-image: url(../images/light_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -88px -80px;
}
div.light_rounded .pp_bottom .pp_middle{
	background-color: #fff;
}
div.light_rounded .pp_bottom .pp_right{
	background-image: url(../images/light_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -110px -80px;
}
div.light_rounded .pp_loaderIcon{
	background-image: url(../images/light_rounded/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*--light_square*/
div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{
	background-color: #fff;
}
div.light_square .pp_content .ppt{
	color: #000;
}
div.light_square .pp_expand{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -31px -26px;
	background-image: url(../images/light_square/sprite.png);
}
div.light_square .pp_expand:hover{
	cursor: pointer;
	background-image: url(../images/light_square/sprite.png);
	background-repeat: no-repeat;
	background-position: -31px -47px;
}
div.light_square .pp_contract{
	cursor: pointer;
	background-image: url(../images/light_square/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}
div.light_square .pp_contract:hover{
	cursor: pointer;
	background-image: url(../images/light_square/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}
div.light_square .pp_close{
	width:75px;
	height:22px;
	cursor: pointer;
	background-image: url(../images/light_square/sprite.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
div.light_square #pp_full_res .pp_inline{
	color: #000;
}
div.light_square .pp_arrow_previous{
	background-image: url(../images/light_square/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -71px;
}
div.light_square .pp_arrow_previous.disabled{
	background-position:0 -87px;
	cursor:default;
}
div.light_square .pp_arrow_next{
	background-image: url(../images/light_square/sprite.png);
	background-repeat: no-repeat;
	background-position: -22px -71px;
}
div.light_square .pp_arrow_next.disabled{
	background-position: -22px -87px;
	cursor:default;
}
div.light_square .pp_next:hover{
	cursor: pointer;
	background-image: url(../images/light_square/btnNext.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
div.light_square .pp_previous:hover{
	cursor: pointer;
	background-image: url(../images/light_square/btnPrevious.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*--dark_rounded---
div.dark_rounded .pp_top .pp_left{
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -88px -53px;
}
div.dark_rounded .pp_top .pp_middle{
	background-image: url(../images/prettyPhoto/dark_rounded/contentPattern.png);
	background-repeat: repeat;
	background-position: left top;
}
div.dark_rounded .pp_top .pp_right{
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -110px -53px;
}
div.dark_rounded .pp_content_container .pp_left{
	background-image: url(../images/prettyPhoto/dark_rounded/contentPattern.png);
	background-repeat: repeat-y;
	background-position: left top;
}
div.dark_rounded .pp_content_container .pp_right{
	background-image: url(../images/prettyPhoto/dark_rounded/contentPattern.png);
	background-repeat: repeat-y;
	background-position: right top;
}
div.dark_rounded .pp_content{
	background-image: url(../images/prettyPhoto/dark_rounded/contentPattern.png);
	background-repeat: repeat;
	background-position: left top;
}
div.dark_rounded .pp_next:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_rounded/btnNext.png);
	background-repeat: no-repeat;
	background-position: right center;
}
div.dark_rounded .pp_previous:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_rounded/btnPrevious.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div.dark_rounded .pp_expand{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -31px -26px;
}
div.dark_rounded .pp_expand:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -31px -47px;
}
div.dark_rounded .pp_contract{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}
div.dark_rounded .pp_contract:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}
div.dark_rounded .pp_close{
	width:75px;
	height:22px;
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
div.dark_rounded .currentTextHolder{
	color: #c4c4c4;
}
div.dark_rounded .pp_description{
	color: #fff;
}
div.dark_rounded #pp_full_res .pp_inline{
	color: #fff;
}
div.dark_rounded .pp_arrow_previous{
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -71px;
}
div.dark_rounded .pp_arrow_previous.disabled{
	background-position:0 -87px;
	cursor:default;
}
div.dark_rounded .pp_arrow_next{
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-position: -22px -71px;
	background-repeat: no-repeat;
}
div.dark_rounded .pp_arrow_next.disabled{
	background-position: -22px -87px;
	cursor:default;
}
div.dark_rounded .pp_bottom .pp_left{
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-position: -88px -80px;
	background-repeat: no-repeat;
}
div.dark_rounded .pp_bottom .pp_middle{
	background-image: url(../images/prettyPhoto/dark_rounded/contentPattern.png);
	background-position: left top;
	background-repeat: repeat;
}
div.dark_rounded .pp_bottom .pp_right{
	background-image: url(../images/prettyPhoto/dark_rounded/sprite.png);
	background-position: -110px -80px;
	background-repeat: no-repeat;
}
div.dark_rounded .pp_loaderIcon{
	background-image: url(../images/prettyPhoto/dark_rounded/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
/*--dark_square---
div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{
	background-image: url(../images/prettyPhoto/dark_square/contentPattern.png);
	background-position: left top;
	background-repeat: repeat;
}
div.dark_square .currentTextHolder{
	color: #c4c4c4;
}
div.dark_square .pp_description{
	color: #fff;
}
div.dark_square .pp_loaderIcon{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/prettyPhoto/dark_rounded/loader.gif);
}
div.dark_square .pp_content_container .pp_left{
	background-image: url(../images/prettyPhoto/dark_rounded/contentPattern.png);
	background-repeat: repeat-y;
	background-position: left top;
}
div.dark_square .pp_content_container .pp_right{
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/prettyPhoto/dark_rounded/contentPattern.png);
}
div.dark_square .pp_expand{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -31px -26px;
	background-image: url(../images/prettyPhoto/dark_square/sprite.png);
}
div.dark_square .pp_expand:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_square/sprite.png);
	background-repeat: no-repeat;
	background-position: -31px -47px;
}
div.dark_square .pp_contract{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_square/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}
div.dark_square .pp_contract:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_square/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}
div.dark_square .pp_close{
	width:75px;
	height:22px;
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_square/sprite.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
div.dark_square #pp_full_res .pp_inline{
	color: #fff;
}
div.dark_square .pp_arrow_previous{
	background-image: url(../images/prettyPhoto/dark_square/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -71px;
}
div.dark_square .pp_arrow_previous.disabled{
	background-position:0 -87px;
	cursor:default;
}
div.dark_square .pp_arrow_next{
	background-image: url(../images/prettyPhoto/dark_square/sprite.png);
	background-repeat: no-repeat;
	background-position: -22px -71px;
}
div.dark_square .pp_arrow_next.disabled{
	background-position: -22px -87px;
	cursor:default;
}
div.dark_square .pp_next:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_square/btnNext.png);
	background-repeat: no-repeat;
	background-position: right center;
}
div.dark_square .pp_previous:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/dark_square/btnPrevious.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*--facebook---
div.facebook .pp_top .pp_left{
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: -88px -53px;
}
div.facebook .pp_top .pp_middle{
	background-image: url(../images/prettyPhoto/facebook/contentPatternTop.png);
	background-repeat: repeat-x;
	background-position: left top;
}
div.facebook .pp_top .pp_right{
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: -110px -53px;
}
div.facebook .pp_content .ppt{
	color: #000;
}
div.facebook .pp_content_container .pp_left{
	background-image: url(../images/prettyPhoto/facebook/contentPatternLeft.png);
	background-repeat: repeat-y;
	background-position: left top;
}
div.facebook .pp_content_container .pp_right{
	background-image: url(../images/prettyPhoto/facebook/contentPatternRight.png);
	background-repeat: repeat-y;
	background-position: right top;
}
div.facebook .pp_content{
	background-color: #fff;
}
div.facebook .pp_expand{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: -31px -26px;
}
div.facebook .pp_expand:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: -31px -47px;
}
div.facebook .pp_contract{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}
div.facebook .pp_contract:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}
div.facebook .pp_close{
	width:22px;
	height:22px;
	cursor: pointer;
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
div.facebook #pp_full_res .pp_inline{
	color: #000;
}
div.facebook .pp_loaderIcon{
	background-image: url(../images/prettyPhoto/facebook/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.facebook .pp_nav .pp_arrow_previous{
	height:22px;
	margin-top:0;
	width:22px;
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -71px;
}
div.facebook .pp_arrow_previous.disabled{
	background-position:0 -96px;
	cursor:default;
}
div.facebook .pp_nav .pp_arrow_next{
	height:22px;
	margin-top:0;
	width:22px;
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: -32px -71px;
}
div.facebook .pp_arrow_next.disabled{
	background-position: -32px -96px;
	cursor:default;
}
div.facebook .pp_nav{
	margin-top: 0;
}
div.facebook .pp_nav p{
	padding:0 3px 0 4px;
	font-size: 15px;
}
div.facebook .pp_next:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/facebook/btnNext.png);
	background-repeat: no-repeat;
	background-position: right center;
}
div.facebook .pp_previous:hover{
	cursor: pointer;
	background-image: url(../images/prettyPhoto/facebook/btnPrevious.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div.facebook .pp_bottom .pp_left{
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-position: -88px -80px;
	background-repeat: no-repeat;
}
div.facebook .pp_bottom .pp_middle{
	background-image: url(../images/prettyPhoto/facebook/contentPatternBottom.png);
	background-repeat: repeat-x;
	background-position: left top;
}
div.facebook .pp_bottom .pp_right{
	background-image: url(../images/prettyPhoto/facebook/sprite.png);
	background-repeat: no-repeat;
	background-position: -110px -80px;
}
/*-----*/
div.pp_pic_holder a:focus{
	outline:none;
}
div.pp_overlay{
	display: none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500;
	background-color: #000;
}div.pp_pic_holder{
	position:absolute;
	width:100px;
	z-index:10000;
	display: none;
}
.pp_top{
	position: relative;
	height: 20px;
}
* html .pp_top{
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0;
}
.pp_top .pp_left{
	height:20px;
	left:0;
	position:absolute;
	width: 20px;
}
.pp_top .pp_middle{
	left:20px;
	position:absolute;
	right:20px;
	height: 20px;
}
* html .pp_top .pp_middle{
	left:0;
	position: static;
}
.pp_top .pp_right{
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width: 20px;
}
.pp_content{
	height: 40px;
}
.pp_content .ppt{
	left:auto;
	margin-bottom:5px;
	top:auto;
	position: relative;
}
.pp_fade{
	display: none;
}
.pp_content_container{
	text-align: left;
	width:100%;
	position: relative;
	color: #666;
}
.pp_content_container .pp_left{
	padding-left: 20px;
}
.pp_content_container .pp_right{
	padding-right: 20px;
}
.pp_content_container .pp_details{
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	margin-top: 10px;
}
.pp_description{
	margin:0 0 5px 0;
	display: none;
}
.pp_nav{
	clear: left;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 3px;
}
.pp_nav p{
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	float: left;
}
.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{
	display:block;
	float: left;
	height:15px;
	margin-top:3px;
	overflow: hidden;
	width:14px;
	text-indent: -10000px;
}
.pp_hoverContainer{
	top:0;
	width:100%;
	z-index:2000;
	position: absolute;
}
a.pp_next{
	display:block;
	float: right;
	height:100%;
	text-indent: -10000px;
	width:49%;
	background-image: url(../images/light_rounded/btnNext.png);
	background-position: 10000px 10000px;
	background-repeat: no-repeat;
}
a.pp_previous{
	display:block;
	float: left;
	height:100%;
	text-indent: -10000px;
	width:49%;
	background-image: url(../images/light_rounded/btnNext.png);
	background-repeat: no-repeat;
	background-position: 10000px 10000px;
}
a.pp_expand,a.pp_contract{
	display: none;
	height:20px;
	position:absolute;
	right:30px;
	text-indent: -10000px;
	top:10px;
	width:20px;
	z-index:20000;
	cursor: pointer;
}
a.pp_close{
	display:block;
	float: right;
	text-indent: -10000px;
}
.pp_bottom{
	position: relative;
	height: 20px;
}
* html .pp_bottom{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.pp_bottom .pp_left{
	left:0;
	position:absolute;
	width:20px;
	height: 20px;
}
.pp_bottom .pp_middle{
	left:20px;
	position:absolute;
	right:20px;
	height: 20px;
}
* html .pp_bottom .pp_middle{
	left:0;
	position: static;
}
.pp_bottom .pp_right{
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width: 20px;
}
.pp_loaderIcon{
	height:24px;
	left:50%;
	margin: -12px 0 0 -12px;
	position:absolute;
	top:50%;
	width:24px;
	display: block;
}
#pp_full_res{
	line-height: 1;
}
#pp_full_res .pp_inline{
	text-align: left;
}
#pp_full_res .pp_inline p{
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-top: 0;
}
div.ppt{
	color:#fff;
	display: none;
	left:0;
	position:absolute;
	top:0;
	z-index:9999;
	font-size: 17px;
}
.clearfix:after{
	content: ".";
	display:block;
	clear:both;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {display:block;}