﻿.video
{
	margin-top: 8px;
	float: left;
}
.images
{
	margin: 8px 30px 0 0;
	float: left;
}
.video h4,
.images h4
{
	color: #ee4c9b;
	font-size: 100%;
	padding-left: 21px;
}



.jCarouselLite,
.jCarouselLitePress
{
	float: left;
}
.jCarouselLite li,
.jCarouselLitePress li
{
	background-color:#fff;
	border: 0 !important;
	margin: 0 !important;
	margin-left:1px !important;
	width:100px !important;
}
.jCarouselLite li a,
.jCarouselLitePress li a 
{
	display: block;
}
.jCarouselLite li a img,
.jCarouselLitePress li a img
{
	display: block;
	margin:auto;
}


/*arrow buttons*/
.jCarouselLiteContainer a.next
{
	float: left;
	width: 20px;
	height: 75px;
	margin-left: 1px;	
	background: url(img/slide_rightarrow.png) right center no-repeat;
}
.jCarouselLiteContainer a.prev
{
	float: left;
	width: 20px;
	height: 75px;
	background: url(img/slide_leftarrow.png) left center no-repeat;
}
.jCarouselLiteContainer a.prev span,
.jCarouselLiteContainer a.next span
{
	display: none;
}


/*arrow buttons on press page*/
.jCarouselLitePressContainer 
{
	width: 561px;
	margin: 20px auto 0;
}
.jCarouselLitePressContainer a.next
{
	float:left;
	width: 27px;
	height: 125px;
	margin-left: 1px;	
	background: url(img/press_rt_arrow_scroll.png) right center no-repeat;
}
.jCarouselLitePressContainer a.prev
{
	float:left;
	width: 27px;
	height: 125px;
	background: url(img/press_left_arrow_scroll.png) left center no-repeat;
}
.jCarouselLitePressContainer a.prev span,
.jCarouselLitePressContainer a.next span
{
	display: none;
}