
/*******************************************/
/* SPOTLIGHT PANELS                        */

#care2_spotlight_panel_icons { display: block; width:655px; height: 305px; margin-left:15px;}

#care2_spotlight_panel_icons {
        border: 1px solid #ccc;
	background: #f2f2f2;
	position: relative;
	padding: 5px;
	margin-bottom: 15px;
}

#care2_spotlight_panel_icons .main {
	position: absolute;
	width: 699px;
	height: 260px;
	overflow: hidden;
	background: #ccc;
}

/* tamano de las imagenes 699x260
* segunda prueba tamano 650x236
*/
#care2_spotlight_panel_icons .spotlight_container {
	width: 431px;
	height: 225px;
	overflow: hidden;
}

#care2_spotlight_panel_icons .spotlight_container a.oneClick{
    display:block;
    top:1px;
    width: 100%;
    height: 100%;
}

#care2_spotlight_panel_icons .linkList li {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 7px;
}

#care2_spotlight_panel_icons .controlPanel {
	margin-left: 80px;
	height: 41px;
}

#care2_spotlight_panel_icons .controlPanel li {
	display: inline;
	float: left;
	background-repeat: no-repeat;
}

#care2_spotlight_panel_icons .controlPanel li.thumb {
	width: 98px;
	height: 49px;
	border: 1px solid #93c7d3;
	margin-right: 3px;
	cursor: pointer;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

#care2_spotlight_panel_icons .controlPanel li.hidden { display: none; }

#care2_spotlight_panel_icons .controlPanel li.active {
	width: 96px;
	height: 47px;
	border: 2px solid #a9d45f;
	background-position: -1px -1px;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

#care2_spotlight_panel_icons .controlPanel ul .prev,
#care2_spotlight_panel_icons .controlPanel ul .next {
	width: 15px;
	height: 25px;
	cursor: pointer;
	margin-top: 11px;
}

#care2_spotlight_panel_icons .controlPanel ul .prev {	background-image: url(http://www.queres.es/test/images/arrow_left.gif); }
#care2_spotlight_panel_icons .controlPanel ul .next {	background-image: url(http://www.queres.es/test/images/arrow_right.gif); margin-left: -3px; }

#care2_spotlight_panel_icons .controlPanel ul .prev:hover,
#care2_spotlight_panel_icons .controlPanel ul .next:hover {
	background-position: 0 -25px;
}

#care2_spotlight_panel_icons .controlPanel ul .pause {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 16px;
	background: transparent url(http://www.queres.es/test/images/spotlight_pause.png) no-repeat scroll 0 0;
	visibility: hidden;
}


