/* =================================================== 

TABLE OF CONTENTS

01. Globals

=================================================== */


/* 01. GLOBALS
=================================================== */

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,tt,var,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; margin:0; padding:0; }
:focus { outline:0; }
body { line-height:1; color:#000; background:#fff; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:400; }
blockquote,q { quotes:none; }

/* CLEAR FIX  */
.group:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .group { height:1%; }
:first-child+html .group { min-height:1px; }

li:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html li { height:1%; }
:first-child+html li { min-height:1px; }

.clr { clear: both }

.last { margin-right: 0}

/* ELEMENTS */

sup { font-size: 60% }

header, footer, article, section { display: block }

body { 
	background: #491200 url(../images/pattern.png); 
	border-top: 10px #bac77a solid;
	border-bottom: 10px #bac77a solid;
	position: fixed
	top: 0;
	bottom: 0;
	width: 100%
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}
.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
.aligncenter {
	margin: 10px auto;
	clear: both
}


/* LISTS */
ol, ul { padding-left: 30px; }
#content ul {
	padding: 0;
	margin: 0;
	border-top: 1px #74371b solid;

}

#content ul li p {
	padding-bottom: 20px
	margin: 0 0 0 0;
}
#content li { 
	vertical-align: top;
	border-bottom: 1px #74371b solid;
	list-style: none;
	padding: 5px 0;
	margin: 0
}


/* TABLES */
table {}
table td {}
table thead td {}


/* FORM ELEMENTS */

input, textarea {

}

input:focus, textarea:focus {
	
}

.prettyPhoto { border-bottom: 0}



/* 03. LAYOUT
=================================================== */

#wrapper { 
	width: 970px;
	margin: 60px auto;
}

#content {
	float: right;
	width: 600px;
	padding-bottom:50px;
	min-height: 550px
}

.page #content {
	margin-top: 15px;
}

#secondary-content {
	float: left;
	width: 370px;
	clear: left;
	padding-bottom: 30px
}

.home #secondary-content {
	margin-top: 30px;
}

#main-nav {
	float: left; 
	width: 370px;
	margin: 40px 0 0;
	padding: 0
}
#main-nav li {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#main-nav li a {
	display: block; 
	text-indent: -9999px;
	height: 40px;
	background: url(../images/nav-sprite.gif) no-repeat;
	border: 0;
}

#content table { border-top: 1px #74371b solid; }
#content table, #content table p { font-size: 12px }
#content table td { padding: 10px 10px 0 0; 	border-bottom: 1px #74371b solid; }
#content table .time { 
	width: 18%;font-size: 12px; font-weight: bold; 
	color: #ef4c26; 
}

#content table td strong { color: #bac77a; font-size: 12px !important; font-weight: bold !important}

#main-nav .home a { width: 70px; background: url(../images/home.gif) no-repeat; background-position: 0 10px }
#main-nav .home a:hover, #main-nav .home.active a  { background-position: -95px 10px }

#main-nav .register-now a { width: 260px;  }
#main-nav .register-now a:hover, #main-nav .register-now.active a  { background-position: -269px 0 }

#main-nav .speakers a { width: 260px; background-position: 0 -71px  }
#main-nav .speakers a:hover, #main-nav .speakers.active a  { background-position: -269px -71px }

#main-nav .schedule a { width: 260px; background-position: 0 -142px  }
#main-nav .schedule a:hover, #main-nav .schedule.active a  { background-position: -269px -142px }

#main-nav .accommodations a { width: 260px; background-position: 0 -213px  }
#main-nav .accommodations a:hover, #main-nav .accommodations.active a  { background-position: -269px -213px }

#main-nav .sponsors a { width: 260px; background-position: 0 -284px  }
#main-nav .sponsors a:hover, #main-nav .sponsors.active a:hover { background-position: -269px -284px }

#main-nav .welcome-message a { width: 269px; background-position: 0 -355px  }
#main-nav .welcome-message a:hover, #main-nav .welcome.active a  { background-position: -268px -355px }

#main-nav .archive a { width: 260px; background-position: 0 -426px  }
#main-nav .archive a:hover { background-position: -269px -426px }

.presenter {border-top: 1px #74371b solid; }
.presenter p { /* margin-left: 120px */ font-size: 12px }
.presenter .presenter-img { float: left; margin-top: 30px }
.presenter .temp { background: #fff; border: 0}
.presenter p a { color: #bac77a }

#secondary-content.sticky {
     position: fixed;
     top: 0;
     padding-top: 10px
  }

.registration { font-size: 16px }
.registration strong { font-size: 16px !important; display: block; float: left; width: 80% }

/* 04. TYPOGRAPHY
=================================================== */


body, p {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif ;
	font-size: 14px;
	color: #fff;
	line-height: 1.8
}

p { margin: 20px 0 }

.small { font-size: 12px }

a { 
	color: #ef4c26; 
	text-decoration: none; 
	border-bottom: 1px #74371b solid 
}
a:hover { border: 0 }

.intro { 
	color: #fff;
	font-size: 22px;
	font-weight: normal
}

.intro strong {
	color: #bac77a;
	font-weight: normal;
	font-size: 22px;
}


.intro strong em {
	color: #bac77a;
	font-weight: normal;
	font-style: normal
}

.page #content strong {
	color: #bac77a;
	font-weight: normal;
	font-size: 150%
}

h1 {
	font-family: sans-serif;
	color: #bac77a;
	font-size: 38px;
	line-height: 1.2;
	margin: 20px 0;
}
h2 {	
	font-family: sans-serif;
	color: #ef4c26; 
	font-size: 32px;
	line-height: 1.2;
	margin: 30px 0 10px;
}
h3 { 
	color: #bac77a;
	font-family: sans-serif;
	color: ;
	font-size: 24px;
	line-height: 1.2;
	margin: 30px 0 10px 0;
}
h4 {
	font-family: sans-serif;
	color: ;
	font-size: 18px;
	line-height: 1.4;
	margin: 20px 0;
}
h5 {
	font-family: sans-serif;
	color: ;
	font-size: 38px;
	line-height: 1.2;
	margin: 20px 0;
}


.btn {
	background: #ef4c26; 
	display:block;
	margin: 50px 0 20px 0;
	border: 0;
	width: 300px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.btn:hover {
	background: #d03714; 
}

.btnDownload {
	background: #ef4c26; 
	display:block;
	margin: 20px 0 20px 0;
	border: 0;
	width: 93%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.btnDownload:hover {
	background: #d03714; 
}

/* 05. HEADER AREA
=================================================== */

header {}


/* 06. FOOTER AREA
=================================================== */



#footer { 
	border-top: 1px #803d23 solid;
	padding-top: 30px;
	font-size: 11px;
	clear: both;
	text-align: right;
	color: #ef4c26;
	line-height: 1.5;
	margin-top: 30px
}

#footer .logo {
	display: block;
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	height: 30px;
	width: 150px; 
	text-align: left;
	border: 0;
	margin-top: 5px
}

.ning, .twitter {
	float: left;
	display: block;
	height: 25px;
	background: url(../images/social-sprite.gif) no-repeat;
	text-align: left;
	border: 0;
	margin-top: 20px;
	padding: 6px 0 0 40px;
	line-height: 1.2
}

#footer .ning, #footer .twitter {
	width: 130px;
	padding: 1px 35px;
	margin-top: 5px;
	margin-bottom: 0

}

.ning { margin-bottom: 30px}

.ning:hover, .twitter:hover { color: #fff }


.ning {
	background-position: 0 -32px
}

/* 07. HOMEPAGE
=================================================== */

.home #content h1 {
	display: block;
	text-indent: -9999px;
	width: 600px;
	background: url(../images/header.gif) no-repeat;
	height: 555px;
	position: relative;
	left: -20px
}


#secondary-content h3.featured {
	display: block;
	background: url(../images/text-feat.gif) no-repeat;
	text-indent: -9999px;
	height: 15px
}

#secondary-content ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#secondary-content li {
	float: left;
	width: 48%;
	margin-right: 2%;
	font-size: 16px;
	line-height: 2.2
}

#secondary-content li a { border-bottom: 0; font-weight: normal }
#secondary-content li a:hover { color: #fff }




 div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px 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:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}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_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right: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_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right: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{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}#pp_full_res{text-align: center}