@charset "utf-8";
/* CSS Document */

/*  Reset for some default browser CSS - General */

body, div, h1, h2, h3, h4, p, ul, ol, li, img, header, section, aside, footer, button {
	margin: 0; padding: 0; border: 0; list-style: none;
}

* {
	margin: 0; 
	padding: 0;
}

a {
	text-decoration: none;
	color: #ced957;
}

a:hover {
	color: #ced957;
}

:focus {
	outline: 0;
}

h1, h2, h3, h4 {
	font-family: Georgia, New Century Schoolbook, Times, serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
} 

h1 {
	font-size: 22px;
	line-height: 30px;
	padding-top: 11px;
	padding-bottom: 0px;
	color: #000;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	color: #000;
	padding-bottom: 0;
}

h3 {
	font-size: 18px;
	color: #000;
	padding: 23px 0 5px 0;
}

h4 {
	font-size: 16px;
	color: #c7d751;
	padding: 18px 0 1px 0;
}

p {
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear: both;
}


/* shared page layout & styles */

body {
	background: #e5e5e5 url("../images/header-bg.jpg") repeat-x;
	background-position: 0 42px;
	color: rgba(0,0,0,0.7);
	font-family: Georgia, New Century Schoolbook, Times, serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-align: left;
}	

header#site_header {
	height: 190px;
	width: 100%;
	display: block;
}

.header_spacer {
	height: 30px;
	background-color: #fff;
	-moz-box-shadow: inset 0px -4px 5px #eee;
	-khtml-box-shadow: inset 0px -4px 5px #eee;
	-webkit-box-shadow: inset 0px -4px 5px #eee;
	-ms-box-shadow: inset 0px -4px 5px #eee;
	box-shadow: inset 0px -4px 5px #eee;
}

.site_page {
	width: 960px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
}

.header_content {
	width: 100%;
	height: 180px;
	padding: 0 0px;
	margin: 0 auto;
	border-top: 12px solid #fff;
	text-align: center;
}

.header_logo {
	position: relative;
	top: -42px;
	margin-left: auto;
	margin-right: auto;
	width: 318px;
	height: 110px;
	background: transparent;
	text-align: center;
}

.header_nav {
	position: relative;
	top: -20px;
	bottom: 0px;
	height: 80px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: rgba(255, 255, 255, 0.5);
}

.header_nav ul.menu {
	width: 100%;
	height: 67px;
	padding: 31px 0px 0px 0px;
}

.header_nav .menu ul {
	width: 920px;
	text-align: center;
}

.header_nav ul.menu li {
	display: inline;
}	

.header_nav ul.menu li a {
	color: rgba(0, 0, 0, 0.45);
	font-size: 15px;
	font-weight: bold;
	font-family: arial, sans-serif;
	padding: 4px 9px 5px 42px;
	margin: 3px 5px 0 4px;
}

.header_nav ul.menu li a.contactOn {
	background: #000;
	color: #fff;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.header_nav ul.menu li a:hover {
	background: #000;
	color: #fff;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.header_nav ul.menu li a.selected:hover {
	color: #fff;
	background: #c7d751;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.header_nav ul.menu li .selected {
	color: #fff;
	background: #c7d751;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.tab_footer {
	background-color: rgba(0,0,0,0.1);
	height: 600px;
	width: 940px;
	margin: 20px auto 0 auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* shared page sections */
.content {
	width: 940px;
	margin: 20px auto 20px auto;
	text-align: left;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.content_full {
	width: 940px;
	margin: 0;
	padding: 0;
	z-index: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.content_left {
	z-index: 10;
	width: 570px;
	margin: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.content_right {
	float:right;
	z-index: 0;
	width: 270px;
}

.page_tab {
	width: 125px;
	height: 52px;
	color: #fff;
	background: #c7d751;
	padding: 28px 0 0 0;
	font-size: 22px;
	text-align: center;
	margin-left: 40px;
}


#footer_tab_contact {
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 100px;
	text-align: right;
}

#footer_tab_contact a {
	color: #fff;
	text-decoration: none;
	padding-top: 0;
	font-size: 16px;
}

#footer_tab_contact a:hover {
	border-bottom: 1px #fff dotted;
}


#footer_tab_contact .phone {
	color: #fff;
	font-size: 32px;
	padding-top: -2px;
}

.page_intro {
	margin: 28px 30px 0 30px;
	border-top: 1px solid #e5e5e5;
	background: url(../images/headline-bg.png) top left repeat;
	padding: 0 10px 4px 10px;
}

.page_headline {
	color: #00bff3;
	line-height: 34px;
	margin-top: -2px;
}

.page_subtitle {
	color: #c7d751;
}

.page_content {
	margin: 0 35px 0 30px;
	padding: 6px 0 0 10px;
	line-height: 26px;
	color: #737373;
}

.subsection {
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 14px;
	line-height: 21px;
}

.page_contact {
	background: url(../images/bubble-shout.png) top left no-repeat;
	margin-top: 34px;
	padding-top: 26px;
	cursor: pointer;
}

.page_contact img {
	padding-top: 2px;
}

.bright {
	color: #3dbff3;
}

/* contact overlay */
#contact_button {
	cursor: pointer;
}

#contact {
	display: none;
	position: absolute;
	top: 212px;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;	
    z-index: 20;
	width: 940px;
	height: 460px;
	background: #000 url(../images/contact-bg.png) bottom left no-repeat;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

#contact .contact_close {
	margin: 9px 12px 7px 0px;
	float: right;
	cursor: pointer;
}

#contact address {
	font-style: normal;
}

#contact a.email {
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	padding-top: 5px;
	text-decoration: none;
}

#contact a.email:hover {
	border-bottom: 1px dotted rgba(255,255,255,0.5);
}

#contact .contact_divider {
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,0.15);
	padding: 5px 0 6px 0;
	width: 337px;
}

#contact .contact_spacer {
	margin: 35px 0 0 0;
}

#contact .phone {
	padding: 16px 0 9px 0;
	color: #fff;
	font-size: 30px;
}


#contact div.vcard_icon {
	float: right;
	padding-right: 20px;
}

#contact div.vcard_icon img {
	padding-top: 7px;
}

#contact div.contact_vcard_icon {
	float: right;
	padding-right: 20px;
}

#contact div.contact_vcard_icon img {
	padding-top: 7px;
}

#contact div.contact_vcard_icon a {
	color: rgba(255,255,255,0.5);
}

#contact div.contact_vcard_icon a:hover {
	border-bottom: 1px dotted rgba(255,255,255,0.5);
}

#contact .contact_vcard_hover {
	border-bottom: 1px dotted #808080;
}

/* home page */

#home.content {
	background: #c7d751 url(../images/shadow-bottom.png) center bottom no-repeat;
	height: 720px;
}

#home .content_full {
	background: #fff url(../images/home-bg.png) repeat-x;
	height: 540px;
}

#home .home_center {
	text-align: center;
	padding-top: 22px;
}

#home p {
	margin-top: 22px;
}

#home .services {
	width: 260px;
}

#home .projects {
	width: 240px;
}

#home .infobox {
	text-align: left;
	padding: 142px 20px 0 25px;
	color: #808080;
}

#home .infobox a {
	color: #ced957;
	padding-right: 12px;
	background: url(../images/arrow-green.png) center right no-repeat;
}

#home .infobox a:hover {
	border-bottom: 1px dotted #ced957;
}


#home .main_image {
	margin-top: 54px;
	margin-bottom: 4px;
	width: 350px;
	text-align: center;
	float: left;
}

#home a.image_note {
	color: #ccc;
	font-size: 14px;
}

#home a.image_note:hover span {
	color: #ced957;
	border-bottom: 1px dotted #ced957;
}

#home .highlight {
	color: #fff;
	background-color: #3dbff3;
	padding: 1px 10px 2px 10px;
}


/* company page */

#company.content {
	background: #cecece url(../images/shadow-bottom.png) center bottom no-repeat;
	height: 1100px;
}

#company .content_full {
	position: relative;
	height: 930px;
	background: #c8d854 url(../company/images/company-flatirons.png) top right no-repeat;
}

#company .content_left {
	position: relative;
	background: #fff;
	height: 930px;
	z-index: 10;
}

#company .content_right {
	position: relative;
	color: rgba(255,255,255,1);
	width: 337px;
	font-size: 14px;
	padding: 50px 0px 30px 37px;
	text-rendering: optimizeLegibility;
	z-index: 0;
}

#company .side_content h1.sidebar {
	color: #fff;
}

#company address {
	font-style: normal;
}

#company a.email {
	color: rgba(0,0,0,0.88);
	font-size: 16px;
	padding-top: 5px;
	text-decoration: none;
}

#company a.email:hover {
	border-bottom: 1px rgba(0,0,0,0.88) dotted;
}

#company .contact_divider {
	color: rgba(0,0,0,0.8);
	font-size: 16px;
	background: #c9d949 url("../company/images/divider.png") top left repeat-x;
	padding: 5px 0 6px 0;
	width: 337px;
}

#company .intro_divider {
	background: #3ec2f5 url("../company/images/divider.png") top left repeat-x;
	padding: 6px 0 8px 0;
	width: 337px;
}

#company .intro_bottom_divider {
	background: url("../company/images/double_divider.png") top left repeat-x;
	padding: 6px 0 9px 0;
	width: 337px;
}

#company .contact_spacer {
	margin: 209px 0 0 0;
}

#company .phone {
	padding: 16px 0 9px 0;
	color: #ffffff;
	font-size: 30px;
}

#company div.vcard_icon {
	float: right;
	padding-right: 20px;
}

#company div.vcard_icon img {
	padding-top: 7px;
}

#company div.company_vcard_icon {
	float: right;
	padding-right: 20px;
}

#company div.company_vcard_icon img {
	padding-top: 7px;
}

#company div.company_vcard_icon a {
	color: rgba(0,0,0,0.8);
}

#company div.company_vcard_icon a:hover {
	border-bottom: 1px dotted rgba(0,0,0,0.8);
}

#company div.company_vcard_icon a.vcard_hover {
	border-bottom: 1px dotted rgba(0,0,0,0.8);
}

/* company feature - media slider */
#company .media_links {
	margin-left: -2px;
	padding-top: 43px;
	font-size: 14px;
}

#company .media_links a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	cursor: pointer;
}

#company .media_links a.disabled {
	text-decoration: none;
	border-bottom: 0px;
	cursor: default;
}

#media_slider {
	position:relative;
	z-index: 0;
	margin-left: -40px;
	margin-top: 10px;
	width: 357px;
	height: 328px;
	background-color: #dee898;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#media_slider #title {
	color: #3dbff3;
	font-size: 14px;
	display: inline;
}

#media_slider #boulder_photos {
    overflow: hidden;
}

#media_slider .image_panel {
    padding-top: 14px;
    margin: 0px;
    position: absolute;
    left: 38px;
    top: 0px;
    width: 310px;
    height: 294px;
    z-index: 10;
}

#media_slider .image_panel_hidden {
    padding-top: 14px;
    margin: 0px;
    position: absolute;
    left: 38px;
    top: 0px;
    width: 310px;
    height: 284px;
    z-index: 10;
    display: none;
}

#media_slider #image_search {
	display: inline;
}

#media_slider #image_search #search_tags {
    height: 18px;
    width: 124px;
    border: 1px solid #fff;
    padding: 0px 2px;
    margin: 0 7px 0 4px;
    color: rgba(0,0,0,0.3);
    z-index: 2;
    background-color: #e2e89f;
    font-family: Tahoma, Arial;
    font-size: 13px;
}

#media_slider #button_search {
	display: inline;
}

#media_slider #button_search img {
	position: relative;
	bottom: -5px;
}
#media_slider #images { 
    height: 194px; 
    width: 291px; 
    padding-top: 11px; 
    margin:0;
    z-index: 0;
    overflow: hidden;
}

#media_slider #images a { 
    border:none; 
    margin: 0px; 
    width: 96px; 
    height: 96px; 
    text-align: center;
}

#media_slider #images div.thumbnail { 
    width: 97px; 
    vertical-align: top;
    margin: 0px; 
    display: inline-table;
}

#media_slider #images img.wide { 
	position: relative;
	top: 0px;
	left: 0px;
    border:none; 
	padding: 0 1px 1px 0;
    width: 96px; 
    vertical-align: top;
    max-height: 96px;
}

#media_slider #images img.tall { 
	position: relative;
	top: 0px;
    border:none; 
    padding: 0 1px 1px 0;
    height: 96px; 
    vertical-align: top;
    max-width: 96px;
}

#media_slider .no_photos {
    width: 290px;
    height: 194px;
}

#media_slider #webcam {
    margin-top: 13px;
}

#media_slider #boulder_webcams #refresh {
    float: right;
    padding-right: 20px;
}

#media_slider #boulder_webcams #refresh a {
	color: rgba(0,0,0,0.3);
	text-decoration: none;
}

#media_slider #boulder_webcams #refresh a:hover {
	border-bottom: 1px dotted rgba(0,0,0,0.3);
}

#photo_large_div {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 290px;
    height: 230px;
    z-index: 1;
    overflow: hidden;
    background: rgba(226,232,159,0.8);
}

#photo_large_img {
	position: absolute;
    top: 0px;
    left: 0px;
    border: 0;
    z-index: 1;
    width: 290px;
    height: auto;
    text-align: center;
}

#photo_large_div .wide {
    width: 290px;
    height: auto;
}

#photo_large_div .tall{
    width: auto;
    height: 218px;
}

#boulder_photos .ownership {
	position: relative;
	padding-top: 30px;
	padding-right: 20px;
	text-align: right;
	font-size: 14px;
	color: rgba(0,0,0,0.3);
	z-index: 10;
	line-height: 16px;
}

#boulder_webcams .ownership {
	position: absolute;
	top: 293px;
	right: 18px;
	text-align: right;
	font-size: 14px;
	color: rgba(0,0,0,0.3);
	z-index: 10;
	line-height: 16px;
}

.ownership a {
	color: rgba(0,0,0,0.3);
	text-decoration: none;
}

.ownership a:hover {
	border-bottom: 1px dotted rgba(0,0,0,0.3);
}

.ownership .rights {
	font-size: 12px;
	color: rgba(0,0,0,0.3);
	text-decoration: none;
	padding-top: 0;
	font-style: italic;
}


/* services page */

#services.content {
	background: #cecece url(../images/shadow-bottom.png) center bottom no-repeat;
	height: 1230px;
}

#services .color_wrapper {
	background: transparent;
	width: 940px;

}

#services .content_full {
	position: relative;
	width: 930px;
	margin-left: 10px;
	height: 1060px;
	background: #000 url(../services/images/services-emc.png) top right no-repeat;
}

#services .content_left {
	position: relative;
	z-index: 10;
	background: #fff;
	margin-left: -10px;
	height: 1060px;
}

#services .content_right {
	position: relative;
	z-index: 0;
	padding: 327px 9px 0px 0px;
	color: rgba(255,255,255,0.6);
	width: 326px;
	line-height: 24px;
}

#services .content_right h2 {
	color: #fff;
	padding-bottom: 18px;
}

#services #hammertime {
	color: rgba(255,255,255,0.45);
	font-size: 14px;
	margin-right: -10px;
	margin-top: 57px;
	border-top: 1px solid rgba(255,255,255,0.45);
	background: url (../images/headline-bg.png) top left repeat;
}

#services .hammertime_line {
	padding-top: 1px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255,255,255,0.45);
}

#services .hammertime_line a {
	color: rgba(255,255,255,0.45);
}

#services .hammertime_line a:hover {
	color: #fcf3a6;
	border-bottom: 1px dotted;
}

#hammertime #hammertime_open {
	margin: 40px 0px 0px 0px;
	width: 20px;
	height: 60px;
	cursor: pointer;
}

#hammer_play {
	position: relative;
	z-index: 0;
}

#services #hammertime_div {
	position:absolute;
	z-index: 0;
	left: -425px;
	top: 281px;
	width: 380px;
	height: 779px;
	background-color: #faeb6a;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: url(../services/images/hammer-bg.png) bottom right no-repeat;
}

#hammertime_div #hammertime_close {
	margin: 129px 10px 0px 350px;
	width: 20px;
	height: 60px;
	cursor: pointer;
}

#hammertime_div #hammertime_movie {
	margin: 80px 0px 0px 10px;
	padding: 0px 30px 0px 30px;
	width: 290px;
	height: 328px;
}

#hammertime_movie #title {
	padding-top: 16px;
	color: #3dbff3;
	font-size: 14px;
}

#hammertime_movie #movie {
	padding-top: 10px;
	width: 290px;
	height: 218px;
	position: relative;
	z-index: 0;
}

#hammertime_movie #links {
	padding-top: 16px;
	text-align: right;
	color: rgba(0,0,0,0.25);
	font-size: 14px;
}

#hammertime_movie #links a {
	color: rgba(0,0,0,0.25);
}

#hammertime_movie #links a:hover {
	border-bottom: 1px dotted rgba(0,0,0,0.25);
}

#hammertime_div #hammertime_footnote {
	color: rgba(0,0,0,0.45);
	font-size: 14px;
	margin: 40px 0px 0px 45px;
	border-top: 1px solid rgba(255,255,255,0.8);
}

#services .hammertime_footnote_line {
	padding-top: 1px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}




/* projects page */
#projects #project_list{
	width: 10px;
	height: 10px;
	overflow: hidden;
	padding-left: 15px;
}

#projects #project_list h1,
#projects #project_list h2, #projects #project_list p,
#projects #project_list a, #projects #project_list a:hover {
	font-size: 10px;
	color: #333;
	padding-left: 20px;
}

#projects.content {
	background: #cecece url(../images/shadow-bottom.png) no-repeat;
	background-position: bottom center;
	height: auto;
}

#projects .content_full {
	background: #fff;
	height: auto;
}

#projects .gallery_section {
	padding-top: 27px;
}

#projects .gallery_divider {
	clear: both;
	margin: 0 40px;
	border-top: 1px solid #f0f0f0;
}

#projects .gallery_project {
	margin: 4px 10px 0px 10px;
	padding-top: 1px;
	width: 920px;
	height: 220px;
	color: rgba(0,0,0,0.7);
	font-size: 16px;
}

#projects .project_title {
	margin-left: 35px !important;
	margin-left: 5px;
}

#projects .thumbnails {
	width: 860px;
	height: 220px;
	margin-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 0;
	float: left;
}

#projects .thumbnail {
	margin: 10px 20px 10px 5px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

#projects .thumbhover {
	margin: 5px 15px 5px 0px;
	border: 5px solid #000;
	cursor: pointer;
}

#projects .gallery_scroll_left {
	position: relative;
	margin-right: 10px;
	top: 12px;
	width: 20px;
	height: 60px;
	z-index: 10;
	float: left;
}

#projects .gallery_scroll_right {
	position: relative;
	margin-left: 10px;
	top: 12px;
	width: 20px;
	z-index: 10;
	height: 60px;
	float: left;
}

#projects .gallery_scroll_right a, .gallery_scroll_left a {
	display: none;
}

#projects .gallery_scroll_right img, .gallery_scroll_left img {
	padding: 60px 0;
}

#projects .gallery_bottom {
	clear: both;
	padding-top: 10px;
}

#projects .scroller {
	position: relative;
	left: 0;
	height: 200px;
	vertical-align: middle;
	display: table-cell;
}

#projects .scroller img {
	position: relative;
	vertical-align: top;
}

/* project detail */

#project_detail {
	display: none;
	position: absolute;
	top: 240px;
	width: 900px;
	margin: 0 auto 30px auto;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 35px 0px 60px 40px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
	-khtml-box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
	z-index: 20;
}

#detail_mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%
	height: 100%;
	z-index: 15;
	display: none;
	background: rgba(0,0,0,0.7);
}

.detail_left {
	width: 380px;
	float: left;
}

.detail_client {
	font-size: 26px;
	color: #3dbff3;
	padding-bottom: 4px;
}

.detail_name {
	font-family: arial;
	color: #c7d751;
	font-size: 14px;
}

.detail_description {
	padding-top: 22px;
	padding-bottom: 27px;
	clear: left;
	width: 340px;
	color: rgba(0,0,0,0.5);
	line-height: 22px;
	border-bottom: 1px solid #e5e5e5;
}

.detail_thumbnails {
	padding-top: 17px;
}

.detail_thumbnails img {
	float: left;
	margin: 13px 20px 20px 4px;
    height: inherit;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

.detail_thumbnails img:hover {
	margin: 10px 17px 17px 1px;
	border: 3px solid #333;
    height: inherit;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-khtml-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-ms-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}

.detail_thumbnails img.current {
	margin: 10px 17px 17px 1px;
	border: 3px solid #333;
    height: inherit;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-khtml-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-ms-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}

#detail_controls {
	float: right;
	padding: 5px 40px 12px 0;
}

#detail_controls img {
	padding-left: 6px;
}

#detail_screenshot {
	position: relative;
	width: 488px;
	padding: 5px 3px 3px 5px;
	left: -8px;
	margin-top: 0;
	overflow: hidden;
	white-space: nowrap;
	z-index: 0;
	float: left;
}

#detail_screenshots {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 25;
	display: none;
	margin: 4px;
}

#detail_screenshots img {
	position: relative;
	vertical-align: top;
	margin-right: 80px;
	background-color: #fff;
	width: 480px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

#detail_static {
	position: relative;
	left: 0;
	top: -4px;
	padding: 0 0 0 0;
	margin: 4px;
	z-index: 20;
	visibility: visible;
}

#detail_static img {
	width: 480px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

#detail_close {
	position: absolute;
	top: -10px;
	left: -13px;
	cursor: pointer;
}

#slide_prev, #slide_next {
	cursor: pointer;
}
