/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
.YSS_container {
	display:block;
	position:relative;
	background:#F1F1F1 url(../images/overall_bg.jpg) repeat-x left top;
	overflow:hidden;
	margin:0 auto;
}
.YSS_container .inner-container {
	display:block;
	position:relative;
	margin:0px auto;
}
/* NAVIGATION*/
.YSS_container div.navs {
	display:block;
	position:absolute;
	height:52px;
	left:20px;
	bottom:0px;
	z-index:1000;
	background:url(../images/overall_bg.jpg) repeat-x left bottom;
}
.YSS_container div.navs a {
	display:block;
	position:relative;
	float:left;
	width:44px;
	height:28px;
	background-position:top left;
	background-repeat:no-repeat;
}
.YSS_container div.navs #left {
	background-image:url(../images/sliderarrows.png);
}
.YSS_container div.navs #right {
	background-image:url(../images/sliderarrows.png);
	background-position:top right;
}
.YSS_container div.navs #left:hover {
	background-position:bottom left;
}
.YSS_container div.navs #right:hover {
	background-position:bottom right;
}
/* END NAVIGATION*/
/* SLIDES*/
.YSS_container .slides {
	display:block;
	position:relative;
	z-index:1;
}
.YSS_container .slide {
	display:block;
	position:relative;
	clear:both;
	z-index:1;
}
.YSS_container .slides img{
	max-width:inherit;
}
/* INTRO HOLDER */
.YSS_container .texts {
	display:block;
	float:left;
	z-index:1;
}
.YSS_container .texts h3 {
	display:block;
	margin:50px 20px 20px;
	font-weight:normal;
	font-size:36px;
}
.YSS_container .texts p {
	display:block;
	color:#FFF;
	margin:10px 20px 10px;
	padding:0px;
	
}
.YSS_container .image-container, .YSS_container .inner-image {
	display:block;
	float:right;
}
.YSS_container .inner-image {
	background:url(../images/cloud.png) center top no-repeat;
}
.YSS_container .inner-image .img_container {
	display:block;
}
/* READ MORE*/
.YSS_container .slider_button {
	width:136px;
	height:40px;
	display:block;
	float:right;
	margin:0 30px 0 0;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/slider_button.png) no-repeat;
}
/* MODULE HOLDER RESET */
.yjsquare_youstorage_slider, .yjsquare_youstorage_slider .yjsquare_in, .yjround_youstorage_slider, .yjround_youstorage_slider .yjround_in, .module_youstorage_slider, .moduletable_youstorage_slider {
	margin:0;
	padding:0;
}
