.jcarousel-skin-tango .jcarousel-container {
    /*-moz-border-radius: 10px;

    border: 1px solid #346F97;
	border-bottom:none;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 246px;
    padding: 0px 0px;
    background: url(http://images.lahora.com.ec/fondoNavFotosNew.png)  no-repeat 0 0 transparent!important;	
}

.jcarousel-skin-tango .jcarousel-container-vertical {
/*	background:url(http://images.lahora.com.ec/backgrVideo.gif) repeat-y scroll 0 0 transparent;*/
    width: 250px;
    height: 160px;
    padding: 0px;
/*	background-color:#E5E5E5;*/
	margin-left:10px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  246px;
    height: 90px;	
/*	padding-top:6px;

	margin-left:-34px;*/
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  252px;
    height: 160px!important;
	border-bottom:#333 1px solid;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 82px;
    height: 83px;
	padding-top:12px;

/*	border:#FF0000 1px solid;*/
}
.jcarousel-skin-tango .jcarousel-item:hover {
	background: url("http://images.lahora.com.ec/fondoNavFotosNewSelect.png") no-repeat 0px 0px transparent !important;	
	color:#FFF!important;
}
.jcarousel-skin-tango .jcarousel-item a:hover {
	color:#FFF!important;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
/*    margin-bottom: 10px;
	border:1px solid #F00 !important;
	background: transparent url(http://images.lahora.com.ec/fondoNavVideos.jpg) repeat-x 0px 0px!important;
	border-left:#333 1px solid;
	border-right:#333 1px solid;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
/*    position: absolute;*/
    top: 35px;
    right: 5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: transparent url(http://images.lahora.com.ec/botonesImgGal.png) no-repeat -28px 0;
	display:none!important;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -28px 0;
	cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -28px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
/*    position: absolute;*/
    top: 35px;
    left: 5px;
    width: 16px;
    height: 14px;
    background: transparent url(http://images.lahora.com.ec/botonesImgGal.png) no-repeat 0 0;
	display:none!important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0px 0;
	cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
	left:4px;
}
/******* botones externos **********/
.jcarousel-scroll{
	float:right;
	margin-left:15px;
	width:60px;
	padding-top:4px;
}
#mycarousel-prev{
	width:24px;
	height:15px;
	background: url(http://images.lahora.com.ec/scrollControlsH.png) -25px 0 no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
#mycarousel-next{
	width:24px;
	height:15px;
	background: url(http://images.lahora.com.ec/scrollControlsH.png) -75px 0 no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
#mycarousel-prev: hover{
	background-position: 0px 0px !important;
}
#mycarousel-next: hover{
	background: url(http://images.lahora.com.ec/scrollControlsH.png) -50px 0 no-repeat !important;
}

#mycarouselVert-prev{
	width:24px;
	height:15px;
	background: url(http://images.lahora.com.ec/scrollControlsH.png) -25px 0 no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
#mycarouselVert-next{
	width:24px;
	height:15px;
	background: url(http://images.lahora.com.ec/scrollControlsH.png) -75px 0 no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
#mycarouselVert-prev: hover{
	background-position: 0px 0px !important;
}
#mycarouselVert-next: hover{
	background: url(http://images.lahora.com.ec/scrollControlsH.png) -50px 0 no-repeat !important;
}


/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical,
.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:active {
    position: absolute;
    bottom: 1px;
    left: 55px;
    width: 32px;
    height: 10px;
    cursor: pointer;
    background: transparent url(http://images.lahora.com.ec/arrowVer.png) no-repeat 1px -6px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 1px;
    left: 55px;
    width: 32px;
    height: 10px;
    cursor: pointer;
    background: transparent url(http://images.lahora.com.ec/arrowVer.png) no-repeat 1px 2px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active,
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
	cursor: pointer;
	border:none;
}


.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 1px 2px;
	border:none;
}

#viewPhoto {
	margin:0 auto;
}

#imgAnte { 
	z-index:25; position: 
	absolute; width:20px; 
	height:32px;
	background-position:-96px 0;
	background: url(http://images.lahora.com.ec/prev-horizontal.png) no-repeat scroll 0 0 transparent;
	cursor:pointer;
	left:15px;
	top: 80px;
	width: 16px;
	
}
#imgAnte:hover {
	background: url(http://images.lahora.com.ec/prev-horizontalOver.png) no-repeat scroll 0 0 transparent;	
}
#imgSigu { 
	z-index:25; 
	position: absolute; 
	width:16px; 
	height:32px; 
	margin-left:120px;
	background:url(http://images.lahora.com.ec/next-horizontal.png) no-repeat scroll 0 0 transparent;
	cursor:pointer;
	right: 15px;
	top:80px;
	background-position:-16px 0;
		
}
#imgSigu:hover { 
	background:url(http://images.lahora.com.ec/next-horizontalOver.png) no-repeat scroll -17px 0 transparent;
}
#numImgs {
	height:21px;
	margin-left:8px;
	width:159px;
	color:#6C717A;
	text-align:left;
	padding-top:4px;
	font-weight:bold;
	font-size:12px;
	float: left;
}
.active-thumb {
	border:#FF0 2px solid;
	margin-top: 3px!important;
}
.active-thumb-social {
	border:#00AEEF 2px solid;
	margin-top:9px!important;
}

/******************
	Gallery Display
********************/
#first-carousel{
/*	margin-left:10px;*/

}
.liSeleccionadoFoto{
	background: url("http://images.lahora.com.ec/fondoNavFotosNewSelect.png") no-repeat 0px 0px transparent !important;	
	color:#FFFFFF!important;
}
.media_gallery{
	height:60px;
	position:relative;
	padding:4px 0;
	background: url(http://images.lahora.com.ec/fondoNavVideosSelect.png) no-repeat 0 0 transparent;
	margin-left:8px;
	
}

.media_gallery span.thumb {

  width: 100px;
  height: 70px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.thumbVideo {
  width: 92px!important;
  height: 60px;
  float:left;
  display:block;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  margin-left:5px;
}

.videoHome {
/*	border:none!important; */
	width:250px!important; 
	overflow:hidden!important;
	float:left!important;
	
	    
    height: 74px;
	padding-top:6px;
	background-color:#F7F7F7; 
	background-image:url(http://images.lahora.com.ec/fondoNavVideos.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px ;	
}
.videoHome:hover, .videoHome.active{
	background-position:0px -80px!important;
	color:#FFFFFF!important;
}
.titVideo {
	height:65px;
	left:124px;
	margin-left:-5px !important;
	margin-top:-5px;
	position:absolute;
	right:0;
	width:110px !important;
	overflow:hidden;
}
#galeriaVideos{
	min-height:515px;
}
#navVideosNew{
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	height:160px;
	margin:0 0 0 10px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:248px;
	z-index:2;
}
#navVideosNew ul li{
/*	background:url("http://images.lahora.com.ec/fondoNavVideos.jpg") repeat-x scroll 0 0 #F7F7F7;*/
	padding-top:5px;
}

/***************************** AUDIOS *********************************/
.audioHome {
/*	border:none!important; */
	width:270px!important; 
	overflow:hidden!important;
	float:left!important;	    
/*    height: 20px;*/
	padding-top:6px;
	padding-bottom:4px;
	background-color: #EFEFEF; 
/*	background-image:url(http://images.lahora.com.ec/fondoNavVideos.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px ;	*/
}
.audioHome:hover, .audioHome.active{

/*	border-bottom: #DB5903 1px dashed !important;
	border-top: #DB5903 1px dashed !important;*/
	font-weight:bold;
	background:#03ABEC url(http://images.lahora.com.ec/fondoNavVideos.jpg) repeat-x 0 60px;
	color:#FFF;
	background-color:#03ABEC!important;
}
.titAudio {
	margin-left: 5px !important;
	margin-right: 2px;
	display:block;
}
#navAudiosNew{
/*	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;*/
	padding:0;
	position:relative;
	width:248px;
	z-index:2;
	margin:0 auto 10px;
}
#navAudiosNew ul li{
/*	background:url("http://images.lahora.com.ec/fondoNavVideos.jpg") repeat-x scroll 0 0 #F7F7F7;*/
	padding-top:5px;
}

