/*  
Theme Name: JDS Theme
Theme URI: http://www.jacobsensdrivingschool.com
Description: New custom design, two column for drving school.
Date: 5th March 2010
Author: Leticia Shaw
Author URI: http://www.shaw-webdesigns.com
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#39454a;
}

.page {
	background-color:#39454a;
}

#bodyBackground {
	background-image: url(/images/bckgrnd-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:917px;
}

#footerBackground {
}

/*--formatting--*/
a {
	color: #b63d13;
}

a:hover {
	text-decoration: none;
	color: #51626f;
}

p {
	/*padding: 0 0 1.8em;*/
	padding: 0 0 10px;
}	

p.editPostLink {
	float:left;
	
}
	
h2 {
	font-size:30px;
}

h2 em {
	/*font: 400 30px "Times New Roman", Times, serif;*/
	font-size:30px;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font-size:20px;
	padding-bottom:8px;
	margin-bottom: 14px;
	color:#f0b524;
	background-image:url(images/sign-right-turn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:55px;
	line-height:30px;
	font-weight:normal;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color:#831d00;
	text-decoration: none;
}

h2 a:hover {
	color:#51626f;
}

h3 {
	font-size:16px;
	color:#d79c31;
}

h3 a {
	text-decoration: none;
}

h4 {
	/*font: 900 16px "Times New Roman", Times, serif;	*/
	font-style: italic;
	font-size:14px;
	padding: 5px 0;
	color:#1182FF;
	font-weight:bold;
}

h5 {
	/*font: 400 14px Arial, Helvetica, sans-serif;*/	
	font-size:14px;
	padding: 5px 0;
	color:#8E8B22;
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #D7D39A;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	/*_margin: 0 0 10px 50px;*/
	border-bottom: 1px solid #A6A371;
	border-top: 1px solid #A6A371;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 8px;
}

ul {
	list-style-type: disc;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

.clearBoth {
	clear:both;
}

.edit_post_link {
	float:inherit;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border:2px solid #d79c31;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	/*padding-top: 4px;*/
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	/*border: 0 none;*/
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0px 0px 0px;
	margin: 0;
}
/* End captions */

/*--container--*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 222px;
	float: left;
}

#content {
	width: 996px;
	float: left;
	background-color:#FFFFFF;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
}

#footer {
	width: 100%;
	float: left;
	background-color:#f0b524;
	height: 83px;
	color: #fff;
}

/*--header--*/

#header #firstHeader {
	width: 1000px;
	height: 222px;
	float: left;
}

#header #firstHeader #logo {
	width: 468px;
	height: 222px;
	float: left;
}

#siteName {
	display:none;
}

#siteDesc {
	display:none;
}


#header #firstHeader #taglineBckgrnd {
	width: 532px;
	height: 125px;
	background-image: url(images/tagline-bckgrnd.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header #firstHeader #taglineArea {
	/*display:none;*/
} 

#header #firstHeader #phoneArea {
	background-image:url(images/phone-area-bckgrnd.jpg);
	background-repeat:no-repeat;
	width:532px;
	height:97px;
	color:#f0b524;
	float:left;
}

#header #firstHeader #callTextArea {
	margin-left:50px;
	margin-top:40px;
	width:368px;
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
}

#header #firstHeader #callTextArea .smallCallText {
	font-size:24px;
}

#header #firstHeader #callTextArea .largeCallText {
	font-size:35px;
	font-weight:bold;
	padding-left:5px;
}

#headerImage {
	float:left;
}

/*--content--*/

#bottomBorder {
	background-image:url(images/content-bottom.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:24px;
	clear:both;
	padding-bottom:15px;
}

#content #left-col {
	width: 282px;
	float: left;
	margin-left:26px;
}

#content #left-col #sidebar {
	width: 282px;
	float: left;
}

#content #right-col {
	width: 676px;
	margin-left:12px;
	float: right;
}

/*--sidebars--*/
#sidebar3 .titleArea {
	background-image:url(images/sidebar-h2-bckgrnd.jpg);
	background-repeat:repeat-x;
	height:33px;
	width:197px;
	float:left;
	padding-bottom:10px;
}

#sidebar3 .signCrossStreet {
	background-image:url(images/sign-cross-street.jpg);
	background-repeat:no-repeat;
	width:40px;
	height:36px;
	float:left;
}

#sidebar3 h3 {
	font-size:24px;
	color:#f0b524;
	padding-top:5px;
	padding-left:55px;
	font-weight:normal;
}

#sidebar ul {
	/*list-style: none;*/
	float:left;
	display:block;
}

#sidebar .widget {
	list-style:none;
}

#sidebar .widget li {
	list-style:none;
	color:#28549b;
	float: left;
	font-size:14px;
	font-weight:normal;
	width:275px;
}

#sidebar .widget a {
	color:#28549b;
}

#sidebar .widget h2 {
	padding: 3px 4px 6px 0px;
	color: #CC0033;
	letter-spacing:normal;
	font-size: 18px;
	font-weight: 400;
	list-style:none;
}

#sidebar img {
	border:none;
}

#sidebar1 {
	float: left;
	width: 282px;
}

/*-- sidebar post--*/

#sidebar3 .post {
	width: 95%;
	float: left;
	border-top:1px solid #e7e7ef;
	border-left:1px solid #e7e7ef;
	padding-left:10px;
	padding-top:10px;
	margin-top: 10px;
}

#sidebar3 .post h2 {
	font-size:20px;
	margin:0px;
	padding:0px;
	background-image:none;
	line-height:30px;
}


#sidebar3 .post h2 a {
	font-size:14px;
	color:#28549b;
	margin:0px;
	font-weight:normal;
	background-image:none;
	
}

#sidebar3 .post a img, #sidebar3 .post img {
	padding: 0px;
	/*border: 3px solid #3f0b0c;
	margin: 10px;*/
}

#sidebar3 .post small {
	font-size:10px;
	color:#a1a1a1;
	display:block;
}

#sidebar3 .post .post-info {
	/*float: left;*/
	width: 240px;	
	padding-right: 10px;
	/*border-top: 1px solid #b5b38f;*/
	border-bottom: 1px solid #b5b38f;
}

#sidebar3 .post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

#sidebar3 .post .post-info em {
	/*display: block;*/
	font-size: 9px;
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
}

#sidebar3 .post .post-info span.post-tag {
	/*display: block;*/
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
	font-size: 9px;
	padding: 3px 0;
}

#sidebar3 .post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

#sidebar3 .entry {
	float: left;
	width: 94%;
	font-size:12px;
}

#sidebar3 .entry a {
	color:#28549b;
	text-decoration:none;
}


#sidebar2 {
	padding-top:25px;
	float: left;
}

#sidebar3 {
	padding-top:5px;
	float: left;
}


/*--page-menu--*/
#menu { /* menu area */
	float: left;
	width: 271px;
	background-image:url(images/menu-bckgrnd.jpg);
	background-repeat:repeat-y;
	color:#000000;
	text-align:left;
	font-size:18px;
	clear:both;
}

#menu li {
	list-style:none;
	line-height:35px;
	border-bottom:1px solid #000000;
	margin-left:35px;

}

#menuBottom {
	width:271px;
	height:35px;
	float:left;
	background-image:url(images/menu-bottom.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#menuHome {
	float:left;
	
}

#addressArea {
	background-image:url(images/address-bckgrnd.jpg);
	background-repeat:repeat-y;
	width:218px;
	font-size:16px;
	margin-left:20px;
}

.addressAreaTop {
	background-image:url(images/address-top.jpg);
	background-repeat:no-repeat;
	width:218px;
	height:13px;
	margin:0px;
	padding:0px;
	margin-left:20px;
	font-size:9px;
}

.addressAreaBottom {
	background-image:url(images/address-bottom.jpg);
	background-repeat:no-repeat;
	width:218px;
	height:13px;
	margin:0px;
	padding:0px;
	margin-left:20px;
}

#addressArea .addressText p {
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	padding-bottom:2px;
	font-weight:bold;
}

#paymentArea {
	width:218px;
	font-size:16px;
	margin-left:45px;
	margin-top:10px;
}

#paymentArea .paymentIcon {
	padding-right:10px;
	padding-left:10px;
	float:left;
}

#sidebar .todayDates {
	color:#CCCC99;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	display:block;
	clear:both;
}


#joinMailing {
	font-size: 16px;
	color: #cdca45;
	margin-left:13px;
	float:left;
}

#joinMailing p{
}

#joinMailing h2 {
	padding: 3px 4px 0px 0px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #a77630;
	letter-spacing:normal;
}



#content #headerSpacer {
	width:765px;
	height:79px;
	float:left;
	background-image:url(images/header-spacer.jpg);
	background-repeat:no-repeat;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	float:left;
	}

.commentlist li {
	/*margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;*/
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/*--featured-post--*/

#featured-post {
	width: 100%;
}

#featured-post h2 {
	font-size:19px;
	color: #0378fe;
	letter-spacing: -1px;
	padding-bottom: 5px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#featured-post .featured {
	width: 725px;
	border: 1px solid #0378fe;
	float: left;
	padding: 0 10px;
	background-color: #fff;
	background-image: url(images/featured-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#featured-post .featured h3 {
	background:none;
	border:none;
	/*padding:0px;*/
	margin:0px;
	background-image: url(images/h3-featured.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#featured-post .featured h3 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #eae8c6;
	color: #5d5b35;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #5d5b35;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #e5e3c2;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px solid #eae8c6;
	width: 558px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.png) no-repeat top left;
	width: 79px;
	height: 22px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

/*--post--*/

.post {
	width: 665px;
	float: left;
	margin-left:5px;
	margin-top:20px;
}

.post h1 {
	font-size:25px;
	padding-bottom:8px;
	margin-bottom: 14px;
	color:#f0b524;
	background-image:url(images/sign-car.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:55px;
	line-height:30px;
	font-weight:normal;
}

.post h2 {
	font-size:20px;
	padding-bottom:8px;
	margin-bottom: 14px;
	color:#f0b524;
	background-image:url(images/sign-right-turn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:55px;
	line-height:30px;
	font-weight:normal;
}

.post .signCar h1 {
}


.post a img, .post img {
	padding: 0px;
	/*border: 3px solid #3f0b0c;
	margin: 10px;*/
}

.post small {
	font-size:10px;
	color: #838152;	/*padding-left: 48px;
	padding-bottom: 10px;
	float: left;*/
}

.post .post-info {
	/*float: left;*/
	width: 240px;	
	padding-right: 10px;
	/*border-top: 1px solid #b5b38f;*/
	border-bottom: 1px solid #b5b38f;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.post .post-info em {
	/*display: block;*/
	font-size: 9px;
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
}

.post .post-info span.post-tag {
	/*display: block;*/
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
	font-size: 9px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	float: left;
	width: 660px;
}

.entry h2 {
	font-size:20px;
	padding-bottom:8px;
	margin-bottom: 14px;
	color:#f0b524;
	background-image:url(images/sign-right-turn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:55px;
	line-height:30px;
	font-weight:normal;
}

.entry h3 {
	width:80%;
	font-size:18px;
	padding-bottom:3px;
	margin-bottom: 3px;
	color:#f0b524;
	background-image:none;
	margin-left:0px;
	padding-left:0px;
	line-height:30px;
	font-weight:normal;
	border-bottom:1px solid #f0b524;
}

.entry h4 {
	font-size:18px;
	font-style:italic;
	padding-bottom:8px;
	margin-bottom: 3px;
	color:#f0b524;
	background-image:url(images/sign-walking.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:55px;
	line-height:30px;
	font-weight:normal;
}

.entry .googleMaph h4 {
	color:#33CC33;
}

.entry h5 {
}

.entry h6 {
}


.entry ul { /* Used in tadv-mcs.css */
	margin-left:18px;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	line-height:25px;
}

.entry .linkList li h2 {
	background-image:url(images/sign-walking.jpg);
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:44px;
}


.entry .linkList li {
	list-style:none;
	font-size:13px;
	font-weight:bold;
	color:#FF6699;
	line-height:44px;
}


.entry .linkList li li {
	list-style:disc;
	margin-left:18px;
	margin-top:0px;
	font-size:13px;
	font-weight:bold;
	color:#cccc99;
	line-height:25px;
}

p.postmetadata {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	/*background-color: #D8D8AF;*/
	clear: left;
	text-align: right;
	margin-top: 15px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--post--*/

#translation_bar a img {
	padding-right:8px;
}


/*--feed--*/
#feed {
	width: 330px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.png) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--search--*/
#searchform {
	width: 190px;
	float: left;
	margin-left:28px;
	margin-top:25px;
}

#searchform form {
	float: left;
	width: 205px;
	margin-left: 5px;
	height:25px;
}

#searchform form input#s {
	width: 154px;
	height:22px;
	border: 1px solid #7f9db9;
	float: left;
	margin-right: 10px;
	color: #999999;
	font-size: 16px;
	padding-top: 3px;
	padding-left: 3px;
}

#searchform form input#searchsubmit {
	width: 25px;
	background: url(images/search.jpg) no-repeat center left;
	height: 25px;
	border: 0;
	float:left;
}



#right-col #titleArea {
	border-bottom:1px solid #000000;
}


/*--comments--*/

#comments {
	margin-top: 15px;
	margin-left: 0px;
	float: left;
	width: 525px;
}

h3#comments {
	background-image:url(images/comments.jpg);
	background-repeat:no-repeat;
	width: 505px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 540px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 475px;
	margin-right: 10px;
	background-color: #d7d39a;
	padding: 5px 10px;
	min-height: 120px;
	/*_height: 120px;*/
	overflow: auto;
	border: 1px solid #c1bd85;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #eae8c6;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #c1bd85;
	/*_height: 120px;*/
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	border: 2px solid #f3f3f3;
	padding: 8px;
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	width: 520px;
}

#respond h3 {
	background-image:url(images/respond.jpg);
	background-repeat:no-repeat;
	float: left;
	text-indent: -9999em;
	width: 485px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/

#footer #footerSpacer {
	/*width:1000px;*/
	margin: 0 auto;
	/*margin-left:27px;*/
	padding-bottom:15px;
	/*width: 1000px;
	float: left;*/
}

#footer .footer-text {
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

#footer .footer-text a {
	color: #9e0b0f;
}

#footer .footer-text span {
	float: left;
	width: 1000px;
	padding-bottom:10px;
	font-weight:normal;
	font-size:14px;
	padding-top:10px;
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}

/*--widget-formatting*/
.textwidget {
	/*padding: 5px;*/
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	/*padding: 3px;*/
	padding: 0px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

.lg_slideshow { /* Need to change this style in lazyest-style.css file. Comment out all of the lines. */
	position:relative;
  /*margin: 10px auto;*/
  margin: 0;
  z-index:99;
}

.slideshowLeft .lg_gallery {
	float: left;
	border: 3px solid #3f0b0c;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

.slideshowRight .lg_gallery {
	float: right;
	border: 3px solid #3f0b0c;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
