/*
	Universe.css
	Copyright (c) 2012, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

.slider-content .universe { 
	border: none;
	margin: 0 auto 0;
	position: relative; 
	/*max-width: 960px;*/
	text-align: left; /* reset align=center */
	z-index: 80;
	/*zoom: 1; */
}

/*
* html .universe {
   width: 960px;
}
*/

.slider-content .universe .images ul {
	border-spacing: 0;
	height: auto;
	left: 0;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 10000%; 
	/*table-layout: fixed;*/
}

.slider-content .universe .images ul li {
	float: left;
	line-height: 0; /*opera*/
	font-size: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 1%;
}

.slider-content .universe .images {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
}

.slider-content .universe .images a {
	color: transparent;
	display: block;
	width: 100%;
}

.slider-content .universe img {
	max-width: none !important;
}

.slider-content .universe .images img {
	border: none 0;
	max-width: none;
	width: 100%;
}

.slider-content .universe a { 
	border: none; 
	outline: none; 
	text-decoration: none; 
}

.slider-content .universe .bullets { 
	float: left;
	font-size: 0; 
	position: absolute;
	z-index: 70;
}

.slider-content .universe .bullets div {
	float: left;
	position: relative;
}

.slider-content .universe a.wsl {
	display: none;
}

.slider-content .universe .bullets { 
	padding: 10px; 
}

.slider-content .universe .bullets a { 
	/*background-image: url("data:image/gif;base64,");*/
	border: 1px solid #B8C4CF; 
	color: transparent; 
	float: left; 
	height: 10px; 
	margin-left: 5px; 
	position: relative;
	text-indent: 0; 
	width: 10px; 
}

.slider-content .universe .selbull { 
	background-color: #B8C4CF; 
	color: #FFFFFF; 
}

.slider-content .universe .bullets a:hover,
.slider-content .universe .overbull { 
	background-color: #DAE9F6;
	color: #FFFFFF; 
}

.slider-content .universe a.next,
.slider-content .universe a.prev {
	/*
	background-color: #000000; 
	color: #FFFFFF; 
	display: none;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	*/
	background-image: url("Images/SliderUniverseArrows.png");
	display: block;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
	height: 23px;
	line-height: 30px;
	margin-top: -15px;
	opacity: 0.7;
	padding: 0 10px; 
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 60;
}

.slider-content .universe a.next {
	background-position: 100% 0;
	right: 21px;
}

.slider-content .universe a.prev {
	background-position: 0 0; 
	left: 21px;
}

* html .slider-content .universe a.next,
* html .slider-content .universe a.prev {
}

.slider-content .universe:hover a.next,
.slider-content .universe:hover a.prev {
}

/* bottom center */
.slider-content .universe .bullets {
   right: 0;
	top: 0;
}

.slider-content .universe .title {
	background-color: #000000;
	bottom: 0;
	color: #FFFFFF;
	/*font-family: Tahoma,Arial,Helvetica;*/
	font-size: 14px;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);*/
	left: 0;
	margin-right: 5px;
	opacity: 0.55;
	padding: 10px 1%;
	position: absolute;
	width: 98%;
	z-index: 50;
}

.slider-content .universe .title div {
	font-size: 12px;
	padding-top: 5px;
}

.slider-content .universe .images ul {
	/*
	-moz-animation: wsBasic 5s infinite;
	-webkit-animation: wsBasic 5s infinite;
	animation: wsBasic 5s infinite;
	*/
}
/*
@keyframes wsBasic{0%{left:-0%} 10%{left:-0%} 20%{left:-100%} 30%{left:-100%} 40%{left:-200%} 50%{left:-200%} 60%{left:-300%} 70%{left:-300%} 80%{left:-400%} 90%{left:-400%} }
@-moz-keyframes wsBasic{0%{left:-0%} 10%{left:-0%} 20%{left:-100%} 30%{left:-100%} 40%{left:-200%} 50%{left:-200%} 60%{left:-300%} 70%{left:-300%} 80%{left:-400%} 90%{left:-400%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 10%{left:-0%} 20%{left:-100%} 30%{left:-100%} 40%{left:-200%} 50%{left:-200%} 60%{left:-300%} 70%{left:-300%} 80%{left:-400%} 90%{left:-400%} }
*/

.slider-content .universe .bullets  a img {
   border: 2px solid #B8C4CF;
	display: block;
	left: -64px;
	position: absolute;
	max-width: none;
	text-indent: 0;
	top: 12px;
	visibility: hidden;
}

.slider-content .universe .bullets a:hover img {
	visibility: visible;
}

.slider-content .universe .bulframe div div {
	height: 48px;
	overflow: visible;
	position: relative;
}

.slider-content .universe .bulframe div {
	background-color: #B8C4CF;
	left: 0;
	overflow: hidden;
	position: relative;
	width: 128px;
}

.slider-content .universe .bullets .bulframe {
   border: 2px solid #B8C4CF;
	cursor: pointer;
	display: none;
	overflow: visible;
	position: absolute;
	top: 25px;
}

.slider-content .universe .bulframe span {
	position: absolute;
}