/*
600 and greater
slide image control
*/

#slide_show_container {
	margin:10px 0 14px 0px;
	position:relative;
	max-width:100%;
	height:auto;
}

#slide_show_container #slide_show_images {
	position:relative !important;
	z-index:1;
	max-width:100%;
	overflow:scroll; /* show scroll bars when js is disabled */
}

#slide_show_container #slide_show_images img {
	position:relative !important;
	height:auto;
	max-width:100%;
	overflow:scroll; /* show scroll bars when js is disabled */
}

.content_right_column .add_maincontent_padding {
	padding-left:5%;
}

.javascript_on #slide_show_container #slide_show_controls { /* when js is enabled */
	position:absolute;
	right:0px !important;
	left:0px;
}

@media only screen and (orientation:portrait){
   /* portrait styles here */
   /*#slide_show_container #slide_show_controls { /* when js is enabled */
	/*top: 165px !important;
	}*/
	.youTube iframe, .youTubeLarge iframe {
		width:400px;
		height:248px;
		}
		
}
@media only screen and (orientation:landscape){
   /* landscape styles here */
   
	.youTube iframe, .youTubeLarge iframe {
		width:560px;
		height:315px;
		}
}