/* $Id: views_showcase.css,v 1.1 2010/04/29 16:40:36 khaledzaidan Exp $ */ 
.views-showcase {
	position:relative;
	width:698px;
	height:363px;
	background:url(../images/slider-shadow.png) no-repeat center bottom;
}
.views-showcase > div {
	background:#FFF;
	padding:4px;
	height:338px;
	width:690px;
	box-shadow:0 0 4px #666;
}

.views-showcase-subitem label, 
.views-showcase-content-title, 
.views-showcase-naviation-title {
  display:none;
}

/* ---  Navigation-Container --- */
#menu_slider {
	float:left;
	width:178px;
	height:338px;
	background:#f2f2f2;
}
#menu_slider h2 {
	padding:10px 15px 5px;
	line-height:20px;
}
#menu_slider h2 span {
	font-size:23px;
}
#menu_slider ul {
	height: auto;
	padding-left:0;
	overflow: visible;
	list-style:none;
	padding:0;
	width:178px;
	position:relative;
	z-index:10;
}
#menu_slider ul li {
	width:173px;
	background: none;
	padding:0;
	clear:both;
	float:none;
	position:relative;
	background:url(../images/destacado_line.gif) repeat-x bottom;
	margin-left:3px;
}
#menu_slider ul li:last-child {
	background:none;
}

#menu_slider ul li .views-showcase-pager-item-sublist{
	padding:17px 3px 0 2px;
	height:50px;
	display:block;	
	margin-top:2px
}
#menu_slider ul li .views-showcase-pager-item-sublist a {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	border:0 none;	
	width: 165px;
	display: block;
	line-height: 15px;	
}

#menu_slider ul li.activeItem,
#menu_slider ul li:hover {
	background:url(../images/destacado_arrow.png) no-repeat 0 0;
	left:-11px;
	width:219px;
	margin:0;
}
#menu_slider ul li.activeItem .views-showcase-pager-item-sublist,
#menu_slider ul li:hover .views-showcase-pager-item-sublist {padding:17px 24px 0 16px;}
#menu_slider ul li.activeItem .views-showcase-pager-item-sublist a,
#menu_slider ul li:hover .views-showcase-pager-item-sublist a {color:#FFF;}

#menu_slider ul img {
	float:left;
	border:2px solid #CCCCCC;
	margin-right:5px;
}

/* skin right-left */
.skin-right .views-showcase-navigation-container {
  float: right;  
}

.skin-left .views-showcase-navigation-container {  
   	float:left;
	width:178px;
	height:338px;
	background:#f2f2f2;
}

/* ---   Content-Container  ---  */
.views-showcase #item_Slider { overflow:visible }
.views-showcase #item_Slider a{ text-decoration: none; border: none; }
.views-showcase #item_Slider h2 a{ color: #005D83 }

#item_Slider {
	float:right;
	width:508px;
	height:340px;
	overflow:hidden;
}

#item_Slider ul li { padding: 0; }

#item_Slider img {
	width:507px;
	height:338px;
}
#item_Slider div div {
	position:absolute;
	bottom:5px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:10px 85px 10px 25px;
	background:url(../images/slider-text_bg.png);
	width : 400px;
}
#item_Slider div h2 { font-size:18px; }
#item_Slider a#slider_link {
	right:-12px;
	bottom:11px;
	width:77px;
}

/* skin right-left */
.skin-right .views-showcase-content-container { float: left; }

.skin-left .views-showcase-content-container { float: right; }