@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

#indy-content-top { 
	width: 940px;
	height: 475px;
	margin: 0;
	background: url('/indy2009/images/indy-bg-main.jpg') no-repeat;
}
#indy-content-bottom {
	width: 940px;
	margin: 0;
	padding-top: 10px;
	background: #FFF;
}
#indy-content-footer {
	width: 910px;
	margin: 10px 0px 0px 0px;
	background: #f2f2f2;
	padding: 15px;
	color: #999999;
}
#indy-content-footer a { color: #999999; text-decoration: none; }
#indy-content-footer a:visited { color: #999999; text-decoration: none; }
#indy-content-footer a:hover { color: #cc0033; text-decoration: underline; }

#indy-video-main {
	width: 498px;
	margin: 3px;
	padding-top: 178px;
}
#indyvideothumbs {
	width: 392px;
	margin-left: 4px;
	margin-top: 345px;
}
.video-thumb {
	padding: 0;
	margin: 0;
	line-height: 1px;
}

.video-thumb img {
	border: 1px solid #FFF;
}
.video-controls {
	padding: 0;
	margin: 0;
	line-height: 1px;
}
.video-teaser {
 	color: #666666;
 	font-size: 10px;
 	line-height: 10px;
 	padding: 2px;
}
.video-teaser a { color: #666666; text-decoration: none; }
.video-teaser a:visited { color: #666666; text-decoration: none; }
.video-teaser a:hover { color: #666666; text-decoration: underline; }

.video-date {
 	color: #cc0033;
 	font-size: 11px;
}
.module-title {
	margin: 10px 0px 25px 0px;
}
.indy-headline {
	color: #666;
	font-size: 12px;
	margin-bottom: 12px;
}
.indy-headline a { color: #666666; text-decoration: none; }
.indy-headline a:visited { color: #666666; text-decoration: none; }
.indy-headline a:hover { color: #cc0033; text-decoration: underline; }

.appearance-thumb {
	border: 1px solid #333;
	margin: 0px 7px 12px 0px;
}
.appearance-title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.appearance-teaser {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}
.indy-gallery-title {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}
.indy-gallery-teaser {
	color: #333333;
	font-size: 11px;
	line-height: 11px;
	padding: 5px 0px 0px 5px;
}

/**
 * Styles for the carousel controls.
 */
.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
}
 
.jcarousel-control a {
    font-size: 50%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #fff;
    background-color: #fff;
    font-weight: bold;
}
 
.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}
 
.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}
 
.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}
 
.jcarousel-scroll select {
    font-size: 75%;
}
 
#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}