p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	color: #CE0B0B;
}
#LimgBtnDiv {
	width: 26px;
	position: absolute;
	left: 215px;
	top: 121px;
}
#RimgBtnDiv {
	width: 28px;
	position: absolute;
	left: 240px;
	top: 121px;
}
#slideshow #slidesContainer {
	margin-left:0px;
	width:45px;
	height:360px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	top:68px;
	float: left;
	left: -4px;
}
#slideshow #slidesContainer .slide {
	/*margin-left:7px;*/
	/* width:650px;  reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	/* height:67px; */
}
/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:25px;
	height:22px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:510px;
	left:220px;
	z-index:1000;
	background-color: transparent;
	background-image: url(../images/layout/LscrollBtn.png);
	background-repeat: no-repeat;
}
#rightControl {
	top:510px;
	left:245px;
	z-index:1000;
	background-color: transparent;
	background-image: url(../images/layout/RscrollBtn.png);
	background-repeat: no-repeat;
}
#gallery_user_bkg {
	background-image: url(../images/layout/blankBox.png);
	background-repeat: no-repeat;
	height: 410px;
	width: 680px;
	margin-top: 10px;
	left: 3px;
	position: relative;
	float: left;
}
#imgBkgDiv {
	background-repeat: no-repeat;
	width: 670px;
	padding-left: 10px;
	padding-top: 8px;
	padding-right: 10px;
}
.landscape {
	background-image: url(../images/layout/img_BKG.png);
	height: 450px;
}
.portrait {
	background-image: url(../images/layout/img_BKG_portrait2.png);
	height: 630px;
}

#imgBkgDiv #slideshow #slidesContainer .slide .linkMemory .iconClass {
	margin-bottom: 4px;
	border-color:#578ABD;
}

#imgBkgDiv #slideshow #slidesContainer .slide .linkMemory .iconClassHighlight {
	margin-bottom: 4px;
	border-color:#CC0000;
	cursor:default;
}
.slide {
	float: left;
	width: 45px;
}
.user_info_Class {
	overflow: scroll;
}
#mainContent_body {
	margin-top: 4px;
	padding-left: 0px;
	float: right;
	margin-bottom: 5px;
	padding-right: 13px;
}
#mainContent {
	padding-top: 15px;
}
.iframeLandscape {
	height: 880px;
}
.iframePortrait {
	height: 1240px;
}
#pausePlay {
	position: absolute;
	z-index: 1024;
	left: 217px;
	top: 95px;
	width: 51px;
	height: 25px;
}
.pauseSlideshow {
	background-image: url(../images/layout/pause.png);
	background-repeat: no-repeat;
}
.playSlideshow {
	background-image: url(../images/layout/play.png);
	background-repeat: no-repeat;
}
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.dimmSlideshow {
	background-image: url(../images/layout/playDimm.png);
	background-repeat: no-repeat;
}
#direct_link_div {
	position: absolute;
	z-index: 1024;
	left: 217px;
	top: 95px;
	width: 51px;
	height: 25px;
}

