﻿
.jqueryCarousel
{
 position: relative;
}

.jqueryCarousel .loading
{
background:url(images/bigrotation2.gif) center center no-repeat;     
}

.jqueryCarousel .carousel-link, 
.jqueryCarousel a.carousel-link:visited, 
.jqueryCarousel a.carousel-link:link
{
 position: absolute;
 left: 0px;
 top: 0px;
 background: #E7E7E7;
border: solid 1px #E7E7E7;
}

.jqueryCarousel .item-selected
{
  border: solid 1px #777777 !important;
}

.jqueryCarousel .highlightItem
{
border: solid 1px #777777 !important;
}

.jqueryCarousel a.carousel-link img
{
 border: none;
}

.jqueryCarousel .item-info
{
width: 400px;
margin: 10px auto;
}

.jqueryCarousel .item-title
{
font-size: 16px;
font-weight: bold;
text-decoration: none;
line-height: 130%;
}

.jqueryCarousel .item-description
{
height: 7em;
margin-bottom: 1em;
}

