 .userdescription { height: 110px; overflow: auto; }

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

/* top white strip styles */

#whitestrip { background-color: white; width: 100%; height: 32px; text-align: right; }
#whitestrip span { display: inline-block; padding: 7px 27px 0 0; }
#whitestrip img { vertical-align: middle; }
#jointheclub { border: 1px solid #C9C9C9;
			color: #999999;
			padding: 3px 10px;
			margin-right: 24px; }

/* top nav styles */

#nav { 	width: 100%; 
		clear: both;
		height: 82px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#000)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #424242,  #000); /* for firefox 3.6+ */
		background-repeat: no-repeat;
		background-position: 0px -12px; }

#logo { float: left; width: 374px; padding: 16px 0 8px 36px; }
#logo h1 { text-indent: -32000px; width: 371px; height: 45px; background-image: url('http://www.themastersofphotography.com/agile_assets/2/moplogo.png'); }

#ulmenu { float: right; width: 576px; }
#ulmenu ul { list-style: none outside none; margin: 0; }
#ulmenu ul li { display: inline-block; padding:26px 16px 6px 0; width: 70px; }
#ulmenu ul li ul { display: none; }
.ie7 #ulmenu ul li, .ie6 #ulmenu ul li { zoom: 1; display: inline; } /* IE 7 and below don't understand inline-block */
#ulmenu ul li a { border-left: 1px solid #333333;
				display: block;
				height: 28px;
				margin-bottom: 2px;
				margin-left: -1px;
				padding: 8px 0 8px 3px;
				width: 70px; }

/* breadcrumb styles */

#breadcrumb { width: 100%; clear: both; border-top: 1px solid #333; border-bottom: 1px solid #333; }
#breadcrumb span {display: inline-block; padding: 5px 0 6px 36px;}
#breadcrumb a {  /* margin: 4px; */ }
#breadcrumb.home {border-bottom:0; padding-bottom: 40px;}

/* main page area styles */

#main { margin: 18px auto; width: 960px; min-height: 400px; }

.leftmain { margin-top: 26px; }

.narrow p { width: 273px; }
p.narrow { width: 328px; } /* these blocks appear on the masterclass landing page */
.medium p { margin-top: 20px; }


.homepanel { width: 461px; border-color: white; border-style: solid; position: relative; }
.homepanel.left { border-width: 6px 3px 6px 6px; height:463px; }
.homepanel.topright { border-width: 6px 6px 3px 3px; height:168px; }
.homepanel.bottomright { border-width: 3px 6px 6px 3px; height:289px; }
.homepanel h2 { left: 2%; position: absolute; top: 22px; }
.homepanel h3 { left: 2%; position: absolute; top: 22px; }
.homepanel h4 { left: 2%; position: absolute; top: 100px; }
.homepanel h5 { left: 2%; position: absolute; top: 118px; }
.homepanel span { left: 2%; position: absolute; top: 132px; }
.homepanel.bottomright span { left: 2%; position: absolute; top: 144px; }
.homepanel a { left: 2%; position:absolute; top:150px; padding: 0px 7px 0px 30px; width: auto; background: url('http://www.themastersofphotography.com/agile_assets/2/linkarrow.1.png') no-repeat scroll 7px -3px transparent; }
.homepanel.topright a { top: 134px; background-position: 7px -5px; }
.homepanel.bottomright a { top: 206px; background-position: 7px -5px; }

.moppanel { width: 316px; border-color: white; border-style: solid; position: relative; height:420px; }
.moppanel.left { border-width: 6px 3px 6px 6px; }
.moppanel.right { border-width: 6px 6px 6px 3px; float: left; }

.moppanel span { left: 5%; position: absolute; top: 50%; }
.moppanel a { left:5%; position:absolute; top:84%; padding: 0px 7px; width: 182px; background: url('http://www.themastersofphotography.com/agile_assets/2/linkarrow.1.png') no-repeat scroll 7px -3px transparent; }

a.yellow, a.go_to_gallery { display: block; padding: 5px 0 6px 30px; width: 182px; background: url('http://www.themastersofphotography.com/agile_assets/2/linkarrow.1.png') no-repeat scroll 7px 0 transparent; }


/* carousel styles */

/* .carousel { width: 546px; height: 408px;} */
.carousel ul { list-style: none outside none; margin: 0; }
.carousel ul li { /*display: inline-block; padding:26px 16px 6px 0; width: 70px; */}

.next, .prev { display: block; width: 41px; height: 57px; position: relative; text-indent: -32000px; }
.next { background: url('http://www.themastersofphotography.com/agile_assets/2/rightarrow.png') no-repeat scroll 11px 18px #fff; margin-left: 506px; }
.prev { background: url('http://www.themastersofphotography.com/agile_assets/2/leftarrow.png') no-repeat scroll 11px 18px #fff; }

/* icon styles */

.icon { width: 41px; height: 57px; background-color: #fff; margin-left: 1px; /* position: relative; */ }
.icon.topmargin { /* margin-top: 12px; */ }
.yellow.icon { background-color: #ffff00; }
.comment.icon { background: url('http://www.themastersofphotography.com/agile_assets/2/comment.png') no-repeat scroll 9px 8px #fff; }
.vote.icon { background: url('http://www.themastersofphotography.com/agile_assets/2/tick.png') no-repeat scroll 10px 8px #ffff00; }

.icon p { padding: 6px 0; margin: 0; }
.comment.icon p { padding: 4px 0; }

.vote.icon.voted { background-color: #00ff00; }
.vote.icon.votefailed { background-color: #ff0000; }

/* comment form styles */

form.comment label {
	clear:both;
	float:left;
	padding-top:10px;
	width:110px;
}
form.comment input, form.comment textarea {
	background:none repeat scroll 0 0 #131313;
	border:1px solid #666666;
	float:right;
	margin:5px 0;
	padding:6px 0;
	width:250px;
}

form.comment #optIn, form.comment #vsOptIn {
	float:left;
	clear: left;
	width:15px;
}

form.comment #optInLabel {
	clear:none;
	margin-bottom:20px;
	padding:3px 0 0 8px;
	width:350px;
}

input#comment_submit {
 background-position: 129px 50%;
	border:0 none;
	float:right;
	font-size:1.25em;
	margin:0;
	padding:0 26px 1px 0;
	width:auto;
}

/* competition form styles */

form.competition { 
	border-bottom:1px solid #333333;
	float:left;
	margin-bottom:20px;
	padding-bottom:30px;
}

#progress { padding-bottom: 10px; width:656px; }
#progress a { width: 19px; height: 19px; display: inline-block; }

#uploadprogress { display: block; width: 300px; }
object.swfupload { float: right; }

#submission_month { float: left; width: 45%; }
#submission_year { float: left; width: 45%; }

form.competition label, .mop label { display: block; width: 100%; clear: both; padding: 9px 0 2px; }
form.competition input, .mop input,
form.competition textarea, .mop textarea,
form.competition select, .mop select { 
	background-color: black; 
	margin: 6px 0; 
	padding: 6px 0; 
	border:1px solid #333333; 
}
form.competition .narrow input { width: 304px; }
.mop .narrow input[type="text"] { width: 334px; }
form.competition .narrower input, .mop .narrower input[type="text"] { width: 142px; }
.mop input[type="submit"] { width: auto; }

form.competition input.yellow { background: url('http://www.themastersofphotography.com/agile_assets/2/linkarrow.1.png') no-repeat scroll 7px 0 #ffff00; }
form.competition input.yellow,
form.competition .entry_form_submit, .mop .entry_form_submit,
form.competition .entry_form_finish { 
	margin:0; 
	padding: 0; 
	border:0; 
	display: block; 
	width: auto; 
}

form.competition .entry_form_submit, .mop .entry_form_submit,
form.competition .entry_form_finish { float: right; }

form.competition .entry_form_submit,
input.yellow.button,
.mop .entry_form_submit,
.mop input[type="submit"],
.mop>.left>a,
.morephotos a.yellow,
a.nextpage.yellow,
#enteranother, 
.review_and_submit,
#comment_submit,
form.competition input.entry_form_finish { 
	background: url('http://www.themastersofphotography.com/agile_assets/2/smallrightarrow.1.png') no-repeat scroll 140px 0 #ffff00; 
	padding-right: 24px;
	padding-left: 2px;
	height: 21px;
}
.morephotos a.yellow {background: url('http://www.themastersofphotography.com/agile_assets/2/downarrow.2.png') no-repeat scroll 140px 0 #ffff00;}

.morephotos a.yellow,
.mop>.left>a,
.morephotos a.yellow,
#enteranother, 
.review_and_submit,
#comment_submit
{
	padding-right: 25px; 
	padding-left: 4px; 
	margin: 0;
}
/* */
a.edit_submission, 
a.delete_submission,
a.back { 
	background: url('http://www.themastersofphotography.com/agile_assets/2/smallleftarrow.1.png') no-repeat scroll 5px 0 #ffff00; 
	padding-left: 26px; 
	padding-right: 6px; 
}

#enteranother { background-position: 115px 0px; }
.review_and_submit { background-position: 232px 0px;  }
form.competition input.entry_form_finish { background-position: 46px 0; }
form.competition input.entry_form_submit { background-position: 130px 0; padding-bottom:1px; }
.mop input[type="submit"] { background-position:58px 50%; }
a.nextpage.yellow { background-position:86px 50%; }
input.yellow.button { background-position: 135px 0; width: 155px; }

form.competition select { width: 150px;}
form.competition input.wide, form.competition select.wide { width: 168px; } 
#month, #year { width: 100px; }

.submission_form_box_type_0 { width:292px; margin: 0; }
.submission_form_box_type_1 { padding-bottom:10px; width:292px; margin: 0; }
.submission_form_box_type_1 select { width: 100px; }
.submission_form_box_type_2 { width:292px; margin: 0; }
.submission_form_box_type_3 { width:658px; margin: 0; }

input[type="file"], form.competition input[type="file"].yellow { background-color: transparent; }
input[type="submit"] { background-color: #ff0; float:right; margin:0; padding:0 24px 0 0; }

.sub_preview_small_container { 
	border-bottom:1px solid #333333;
	clear:both;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	width:100%;
}
.sub_preview_small_container .sub_preview_small { float: left; }
.sub_preview_small_container .sub_preview_text { float: left; padding: 4px 0 0 20px; }
.sub_preview_small_container .sub_preview_text span { display: block; padding-bottom: 4px; width: 500px; }
.sub_preview_description { margin-bottom: 24px; }
.sub_preview_name { padding-bottom: 4px; }

#photopreview { width: 304px; }
p.photopreview {
	background-color:#111111;
	border:1px solid #333333;
	display:block;
	height:200px;
	margin-top:20px;
	padding:90px 10px 0;
	width:302px;
}
p.addmore { 
	/*border-top:1px solid #333333;*/
	float:left;
	/*margin-top:20px;*/
	padding-top:20px;
	width:100%; 
}
#enteranother {
	margin-left: 10px;
}

#gmap { height: 300px; width: 658px; }

#login { background-image:url('http://www.themastersofphotography.com/agile_assets/2/fbbutton.1.png'); width: 150px; height: 30px; }
#flickr { background-image:url('http://www.themastersofphotography.com/agile_assets/2/flickrbutton.1.png'); width: 83px; height: 25px; vertical-align:middle; margin-top: 4px; }
#flickruser { background-image:url('http://www.themastersofphotography.com/agile_assets/2/flickrhint.png'); }
#twitter_login { background-image:url('http://www.themastersofphotography.com/agile_assets/2/twbutton.png'); width: 150px; height: 30px; } 
#twitter_disconnect { background-image:url('http://www.themastersofphotography.com/agile_assets/2/twbutton_02.png'); width: 150px; height: 30px; } 
#fbcomment { background-image:url('http://www.themastersofphotography.com/agile_assets/2/fbbutton.1.png'); width: 150px; height: 30px; /*width: 192px; height: 39px;*/ }
#disconnect { background-image:url('http://www.themastersofphotography.com/agile_assets/2/fbbutton_02.png'); width: 150px; height: 30px; }
#login, #disconnect, #flickr, #twitter_login, #twitter_disconnect { 
/* -moz-border-radius:3px 3px 3px 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px;
background-position:center center; */
background-repeat:no-repeat;
border:0;
margin-bottom:4px;
/*padding:4px 20px;*/
text-indent:-32000px; }

#logout, #disconnect, #login, #twitter_login { display: none; }

.final_confirmation { float: left; width: 100%; }
.final_confirmation input { float: left; width: 10%; }
.final_confirmation p { float: right; width: 80%;}

#photo_right { margin-bottom: 40px; }

.mainerror { float: left; width: 100%; margin-bottom: 20px; }

/* facebook and flickr photo grid styles */

#fbphotos, #flickrphotos { border-width: 1px; border-color: #333; border-style: solid; padding: 5px; float: left; }
#fbphotos img, #flickrphotos img { margin: 9px; cursor: pointer; }
#fbphotos .paging {}

/* final confirmation page */
.submission_form_box_type_0 h4 { margin-bottom: 20px; }
.submission_form_box_type_0 h5 { font-size: 1.2em; margin-bottom: 5px; }


/* gallery styles */

.gallery { width: 100%; }
.gallerycontrol { 
	float: left; 
	width: 100%; 
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	margin: 40px 0 20px 0;
	padding: 7px 0; 
}
.galleryitems { float: left; }
.galleryitem { float: left; width: 190px; height: 214px; margin: 20px 0; }
.galleryimage { 
	float: left;
	width: 100%;
	height: 196px;
	text-align: center;
	border-top-width: 1px; 
	border-top-color: #333; 
	border-top-style: solid;
}
.galleryimage {
	display: table;
	border-left-width: 1px; 
	border-left-color: #333; 
	border-left-style: solid;
}
.galleryimage a {
	display: table-cell;
	vertical-align: middle;
}
.last.galleryimage {
	border-right-width: 1px; 
	border-right-color: #333; 
	border-right-style: solid; 
	width: 99%;
}
.galleryfooter {
	float: left;
	width: 188px;
	border-width: 1px; 
	border-color: #333; 
	border-style: solid;
	border-right-width: 0px;
	padding-bottom: 4px;
}
.last.galleryfooter { border-right-width: 1px;}

.imagevotes { float: right; padding: 4px 4px 0; }
.imagevotes img { padding-left: 4px; vertical-align: bottom; }
.imagecomments { float: left; padding: 4px 4px 0; }
.imagecomments img { padding-right: 4px; vertical-align: bottom; }

.morephotos {
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	margin:20px 0;
	padding:10px 0;
	width:100%;
}
.morephotos a.yellow { background-position:173px 50%; margin:0 auto; padding:1px 6px; }
.mop>.left>a { background-position:175px 50%; padding:0 26px 0 2px; float: right; }

.lightboxcontainer { width: 726px; }
.lightbox.right { width: 300px; margin-top: 20px; }
.lightbox.left {
    border: 1px solid #333333;
    display: table;
    height: 404px;
    text-align: center;
    width: 404px;
}
.lightbox.left a { display: table-cell; vertical-align: middle; }

.selectedthumb { border: 3px solid white; }

.close { width: 100%; }
.imagedetail { width: 100%; height: 328px; }

/* image detail page styles */

h2.image_detail_title {
	border:0 none;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.75em;
	font-weight:bold;
	margin-top:20px;
	text-transform:none;
	width:545px;
}
.name_and_date {
	clear:left;
	width:545px;
	float: left;
	color: #ccc;
}
.widgets { float: right; margin-bottom:20px;
 margin-top:-40px; }
.imagedetail_left {
 text-align: center;
	clear:both;
	float:left;
	width:545px;
	position: relative;
}
.imagedetail_right {
	float:right;
	width:386px;
	color: #ccc;
}
.imagedetail_left_2 {
	float:left;
	margin-top:40px;
	width:545px;
	color: #ccc;
}
.imagedetail_right_2 {
	float:right;
	clear:right;
	margin-top:40px;
	width:390px;
	color: #ccc;
}

.imagedetail_left_2 h5, .imagedetail_right_2 h5 { margin-bottom: 20px; } 
.comment_display_left { float: left; width: 50%; margin-bottom:10px; }
.comment_display_right { float: left; width: 50%; margin-bottom:10px; }

.reportphoto a { text-decoration: none; font-size: 0.8em;}

.sharewidgets {
float:right;
/*font-size:1.5em;
text-transform:uppercase;*/
vertical-align:middle;

}
.sharewidgets span { vertical-align: middle; margin: 2px; color: #fff; }

/* MoP pages */

.right>div.mop { float: left; width: 100%; }

p.large.bold.condensed { margin-top: 20px; line-height: 1.6em; }
.mop .left p { width: auto; line-height: 2em; margin-bottom: 2em; }
.mop.left { width: 100%; }
.mop .left { width: 334px; }
.mop .right { width: 304px; }
.mop .right img { margin-bottom: 10px; }

#main>.left>ul { 
	float:left;
	list-style-type:none;
	margin:20px 0 0 0;
	width:268px; 
}
#main>.left>ul>li { border-bottom: 1px solid #333; padding: 4px 0; }
#main>.left>ul>li.ulmenu_level_position_0 { border-top: 1px solid #333; }
#main>.left>ul>li>a {
	font-size:0.95em;
	font-weight:bold;
	margin:0 4px;
	padding:1px 2px;
	text-decoration:none;
}
#main>.left>ul>li.ulmenu_selected>a { background-color: #ff0; color: black; }

#videothumbs {
        border-color:#666666;
        float:left;
        margin-top:4px;
        padding:4px;
        width:648px;
}
.videothumbnail { width: 99px; height: 57px; float: left; margin: 5px; }
#videocarousel {
 height:375px;
 width:656px;
}

/* MoP image gallery */

.mop .gallery {}
.mop .gallery a {
	border:1px solid #333333;
	float:left;
	height:140px;
	margin:10px;
	width:140px;
}

.mop .gallery a.nextpage {
 height: 21px;
 width: auto;
 margin: 0 0 0 42%;
 padding-bottom:0;
 padding-top:0;
}

.mop .gallery img {}

.gallerycaption {
 border-bottom:1px solid #333333;
 border-top:1px solid #333333;
 color:#CCCCCC;
 font-size:1.1em;
 font-weight:bold;
 padding:10px 0 10px 10px;
 text-align:left;
}

#main .right .mop .left.narrow h2 {
 /* this is the 'thank you' on form submission */
 border-bottom-width:1px;
 font-size:1.5em;
 margin-bottom:1em;
}

/* rules page */
/* terms pages */
/* partners page */

.rules {margin:30px 20px 0;
width:600px;}
div.rules { margin-left: 0; }
.rules li {margin-bottom:10px;
padding:5px;}
.rules h6 {
	border:0 none;
	font-size:1.2em;
	margin-top: 2em;
}

	#main .rules-left-col { width:305px; float:left; }
	#main .rules-right-col { width:628px; float:right; }
	
	#main .rules-left-col p.heading { font-size: 1.4em; color: #fff }
	
	#main img.brand { position:absolute; bottom:20px; }
	
	#main .scotland { margin-top:25px; padding:20px 0 15px 0; position:relative; }
	#main .row { width:100%; border-top:1px solid #4D4D4D; padding:20px 0; clear:both; position:relative; }
	
	#main .rules-right-col img { margin-bottom:15px; border:solid 1px #333; }
	#main .rules-right-col .rules-left-img { float:left; margin-bottom:20px; }
	#main .rules-right-col .rules-right-img { float:right; margin-bottom:20px; }
	
	#main .last-row { padding:20px 0 0 0; border-top:1px solid #4D4D4D; clear:both; position:relative; }
	#main .last-row .rules-left-col p { font-size:1.4em; font-weight:bold; color:#FFF; }
	#main .last-row .rules-right-col { border-bottom:solid 1px #4D4D4D; margin-bottom:10px; }
	#main .last-row .rules-right-col .rules-left-img { float:left; width:304px; text-align:left; border:none; }
	#main .last-row .rules-right-col .rules-right-img { float:right; width:304px; }
	#main .last-row .rules-right-col p { margin-bottom:20px; }
	#main .last-row .rules-right-col p.top-row { margin-bottom:30px; }
	#main .last-row .for-detail { font-weight:800; clear:both; margin-left:333px; }

	#main .right .row { float:left; padding:20px 0 17px 0; border-bottom:1px solid #4D4D4D; }
	#main .right .first-row { border-top:1px solid #4D4D4D; margin-top: 25px; }
	#main .right .row .partners-logo { float:left; width:165px; }
	#main .right .row .partners-caption { float:right; width:465px; margin-bottom:0; vertical-align:middle; }
	
	#main .right .row table.partners-caption { line-height: 2.25em; margin-bottom: 20px; }
	#main .right .row table.partners-caption a { text-decoration: underline; }
/* #main .right .row.first-row .partners-caption { width: 440px; } */
 
.partners-caption img { vertical-align: middle; }
.partners-caption a { vertical-align: middle; text-decoration: none; }
.partners-caption.flag { padding: 3px 0; }

.partners .left { margin-bottom: 20px;}
.partners .narrow p { padding-bottom: 20px; }

/* footer styles */

#footer { border-top: 1px solid #6c6c6c; width: 100%; clear: both; float: left; margin-top: 75px;}
#footer .left { padding: 8px 0 8px 36px; }
#footer .right { padding: 8px 36px 8px 0; }
#footer .right a { padding-right: 12px; }

/* general styles */

body { background-color: #000; color: #FFF; }

hr { border-width: 2px; border-bottom: 0; clear: both; }
.thin { border-width: 1px; border-color: #333; border-style: solid; }
hr.thin { border-bottom: 0; }

.left { float: left; }
.right { float: right; }

.relative { position: relative; }

.wide { margin-top: 26px; width: 656px; }
.narrow { margin-top: 26px; width: 304px; }
.narrower, .mop .narrower { width: 142px; }
div.left.medium { width: 386px; margin-top: 46px; }
div.right.medium { width: 546px; margin-top: 46px; }

/* itinerary overlay */

#itinerary { text-align: left; width: 730px; }
#itinerary img { margin-top: 20px; }
#itinerary .left { width: 246px; margin-bottom: 40px; }
#itinerary .right { width: 476px; margin-bottom: 40px; }
#itinerary .left p { font-size: 1.4em; font-weight: bold; line-height: 1.4em; }
#itinerary .right p {}

/* carousel styles */

.caption { 
	position:absolute; 
	top:544px; 
	border-top:1px solid #333333; 
	padding: 6px; 
	width: 530px; /* width = container's width - padding  ( minus extra 2px for google chrome) */
	height: 100%;
}
.caption p { margin: 0; }

.carousel, .lightboxcarousel {
  width: 544px;
  position: relative;
  min-height: 616px;
/*  margin-left: -26px;
  padding-left: 26px;
  padding-right: 32px; */
  margin-top: 36px;
}
.lightboxcarousel {
/* width: 726px; */
 width: 758px;
 float: left; 
 clear: both; 
 min-height: 60px; 
 margin-top: 18px;
}
#fancybox-title .carousel {
 width: 100%;
 min-height: 60px;
 margin-top: 10px;
}

.carousel .wrapper, .lightboxcarousel .wrapper {
  width: 544px; /* .carousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 624px;
/*  margin: 0 40px; */
  position: absolute;
  top: 0;
}
#fancybox-title .carousel .wrapper, .lightboxcarousel .wrapper {
/* width: 610px; 
*/
 width: 660px;
 margin-left:50px; 
 min-height:60px; 
 }
#fancybox-title .carousel .wrapper {
 width: 480px;
 margin-left: 57px;
}
/*
.carousel ul a img {
  border: 1px solid #000;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
*/

.carousel .wrapper ul, .lightboxcarousel .wrapper ul {
  width: 32000px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.carousel ul li, .lightboxcarousel ul li {
  display:block;
  float:left;
/*  padding: 14px 24px; */
  height: 616px;
  width: 544px;
}
#fancybox-title .carousel ul li { height:60px; width:60px; }
.lightboxcarousel ul li { height:60px; width:60px; }

.carousel .imagewrap, .lightboxcarousel .imagewrap {
display:table;
height:544px;
margin:0 auto;
}
#fancybox-title .carousel .imagewrap,
.lightboxcarousel .imagewrap { height: 55px; width: 55px; border: 1px solid #333; }

.carousel ul li div.imagewrap a, .lightboxcarousel ul li div.imagewrap a {
display:table-cell;
vertical-align:middle;
}

.carousel ul li a img, .lightboxcarousel ul li a img {
  display:block;
}
#fancybox-title .carousel ul li a img, 
.lightboxcarousel ul li a img { margin: 0 auto; }
#fancybox-title .carousel ul li a img { width: 45px; height: 45px; }

.carousel .arrow, .lightboxcarousel .arrow, .imagedetail_left .arrow {
  display: block;
  height: 57px;
  width: 41px;
  text-indent: -32000px;
  position: absolute;
  top: 224px;
  cursor: pointer;
  color:transparent;
  font-size: 0;
}
#fancybox-title .carousel .arrow,
.lightboxcarousel .arrow { top: 0px; }

.imagedetail_left .arrow { top: 40%; }

a.arrow, .imagedetail_left a.arrow { color:transparent; }

.carousel .forward, .lightboxcarousel .forward, .imagedetail_left .forward {
  background: url('http://www.themastersofphotography.com/agile_assets/2/carouselforward.png') no-repeat 0 0;
  right: 0;
}
.imagedetail_left .forward { right: 2px; }
#fancybox-title .carousel .forward { right: 10px }

.carousel .back, .lightboxcarousel .back, .imagedetail_left .back {
  background: url('http://www.themastersofphotography.com/agile_assets/2/carouselback.png') no-repeat 0 0;
  left: 0;
  padding: 0;
}
#fancybox-title .carousel .back { left: 10px; }
/*
.carousel .forward:hover {
  background-position: 0 -36px;
}

.carousel .back:hover {
  background-position: 0 -108px;
}
*/

.padding.top { padding-top: 10px; }
.padding.bottom { padding-bottom: 10px; }

.noborder { border: 0 !IMPORTANT; }
.nomargin { margin: 0 !IMPORTANT; }
.nopadding { padding: 0 !IMPORTANT; }
