

div.jMyCarousel .prev{
	background: url('../../Images/Home/sliderButton.gif') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
    margin-top:15px;
}

div.jMyCarousel .next{
	background: url('../../Images/Home/sliderButton2.gif') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
    margin-top:15px;
}

div.jMyCarousel .up{
	background: url('../../SiteImages/Competitions/House/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../../SiteImages/Competitions/House/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** Carousel 2 **/
div.jMyCarousel
{
    width:946px;
    margin:0px auto;
    padding-top:15px;
}

div.jMyCarousel ul
{

}

div.jMyCarousel ul li
{

    float: left;
	line-height:0px;
	margin-right:27px;
	/*opacity:.4; 
	filter:alpha(opacity=40);*/
}

div.jMyCarousel ul li:hover{ /* in case of link */

	line-height:0px;
	/*opacity:100; 
	filter:alpha(opacity=100);*/
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	margin:0px;
	padding:0px;
}

div.jMyCarousel ul li img
{
    display: block;
    border: thin solid #808080;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.jMyCarousel .VideoDesc
{
      background:url('../../Images/Home/OverLayVids.png') left top;
      background-repeat:repeat-y;
      width:213px;
      height:28px;
      position:absolute;
      bottom:0px;
      margin-left:2px;
}

div.jMyCarousel .VideoDesc A.play
{
    margin-left: 8px;
    width: 212px;
    padding-right: 0px;
    display: block;
    float: left;
    height: 24px;
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 0px;
    background: url('../../Images/Home/tv-icon.png') no-repeat 0px 0px;
    line-height: 1.7em;
    color: #FFFFFF;
    text-decoration: none;
}


div.jMyCarousel  .VideoTitle:hover
{
    text-decoration:underline;
}

div.jMyCarousel  .VideoTitle
{
    line-height:1.7em;
    font-size:15px;
    font-weight:bold;
    margin-left:30px;
}
