﻿
.carousel .jCarouselLite
{
	/* background-color: #dfdfdf; Needed for rendering without flicker */
	position: relative;
	overflow: hidden;
	height: 75px;
}
.carousel ul
{
	margin: 0;
	display: block;
}
.carousel li
{
	margin-right: 8px;
	float: left;
	width: 156px;
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
.carousel li img
{
}
.vertical
{
	margin-left: 170px;
}
.vertical .jCarouselLite
{
	/* so that in IE 6, the carousel div doesnt expand to fill the space */
	width: 170px;
}


.carouselChat .jCarouselLite
{
	/* background-color: #dfdfdf; Needed for rendering without flicker */
	position: relative;
	overflow: hidden;
	height: 100px;
}
.carouselChat ul
{
	margin: 0;
	display: block;
}
.carouselChat li
{
	margin-right: 8px;
	float: left;
	width: 600px;
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
.carouselChat li img
{
}



.carouselTests .jCarouselLite
{
	/* background-color: #dfdfdf; Needed for rendering without flicker */
	position: relative;
	overflow: hidden;
	height: 105px;
}
.carouselTests ul
{
	margin: 0;
	display: block;
}
.carouselTests li
{
	float: left;
	width: 294px;
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
.carouselTests li img
{
}



.carouselBlogs .jCarouselLite
{
	/* background-color: #dfdfdf; Needed for rendering without flicker */
	position: relative;
	overflow: hidden;
	height: 100px;
}
.carouselBlogs ul
{
	margin: 0;
	display: block;
}
.carouselBlogs li
{
	margin-right: 8px;
	float: left;
	width: 300px;
	overflow: hidden;
	list-style-type: none;
}




