/*======================================================================*\
|| #################################################################### ||
|| # 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  ||
|| #################################################################### ||
\*======================================================================*/

#YouRollerSlider {
	display:block;
	position:relative;
	background:url(../images/slider_bg.jpg) repeat-x left top;
	overflow:hidden;
	margin:0 auto;
}
#YouRollerSlides {
	display:block;
	position:relative;
	margin:0px auto 0px;
}
#YouRollerSlides .slide {
	display:block;
	position:relative;
	left:0px;
	top:0px;
}
#YouRollerSlides .slide .big_img {
	display:block;
	position:absolute;
	overflow:hidden;
}
#YouRollerSlides .slide .medium_img {
	display:block;
	position:absolute;
}
#YouRollerSlides .slide .small_img {
	display:block;
	position:absolute;
}
#YouRollerSlides .slide .small_img2 {
	display:block;
	position:absolute;
}
#YouRollerSlides .slide .big_img, #YouRollerSlides .slide .medium_img, #YouRollerSlides .slide .small_img, #YouRollerSlides .slide .small_img2 {
}
#YouRollerSlides .slide .text h3 {
	font-family: Cambria, serif;
	font-size:250%;
	color:#ccc;
}
#YouRollerSlides .slide .text h3 a{
	color:#ccc;
}
#YouRollerSlides .slide .text h3 a:hover{
	color:#eee;
}
#YouRollerSlides .slide .text {
	display:block;
	position:absolute;
	top:20px;
	color:#efefef;
	font-size:15px;
	font-weight:bold;
	font-family: Cambria, serif;
}
#YouRollerSlides .slide .buttons {
	display:block;
	position:absolute;
	width:350px;
	height:40px;
	bottom:100px;
}
#YouRollerSlider a.next {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	width:262px;
	height:122px;
	background:url(../images/next.png) top center no-repeat;
	text-indent:-9999px;
}
#YouRollerSlider a.next:hover {
}
.yjsquare_youroller, .yjsquare_youroller .yjsquare_in, .yjround_youroller, .yjround_youroller .yjround_in, .yjroundout_youroller, .module_youroller, .module_youroller .yjsquare_in, .moduletable_youroller, .moduletable_youroller .yjsquare_in {
	padding:0;
	margin:0;
}
