/*!
 * pluginClass Library v0.1
 * http://
 *
 * Copyright 2011, AA-Team
 *
 * Date: 00.00.2011
 */
 
 /* Generated by Font Squirrel (http://www.fontsquirrel.com) */
 @font-face {
    font-family: 'ColaborateThinRegular';
    src: url('../font-face/ColabThi-webfont.eot');
    src: url('../font-face/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/ColabThi-webfont.woff') format('woff'),
         url('../font-face/ColabThi-webfont.ttf') format('truetype'),
         url('../font-face/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('../font-face/ColabLig-webfont.eot');
    src: url('../font-face/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/ColabLig-webfont.woff') format('woff'),
         url('../font-face/ColabLig-webfont.ttf') format('truetype'),
         url('../font-face/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateRegular';
    src: url('../font-face/ColabReg-webfont.eot');
    src: url('../font-face/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/ColabReg-webfont.woff') format('woff'),
         url('../font-face/ColabReg-webfont.ttf') format('truetype'),
         url('../font-face/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('../font-face/ColabMed-webfont.eot');
    src: url('../font-face/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/ColabMed-webfont.woff') format('woff'),
         url('../font-face/ColabMed-webfont.ttf') format('truetype'),
         url('../font-face/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('../font-face/ColabBol-webfont.eot');
    src: url('../font-face/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/ColabBol-webfont.woff') format('woff'),
         url('../font-face/ColabBol-webfont.ttf') format('truetype'),
         url('../font-face/ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.AA-slider-scroller {
	width: 710px; 
	margin: 0px auto;
	background-color:#FFF
}

/* Grid 
========================================================================== */
.AA-slider-scroller .horizontal-slider {
	position: relative;
	z-index: 5;
}
	.AA-slider-scroller .horizontal-slider .content {
		width: 710px;
		margin: 0px auto;
		overflow: hidden;
	}
		.AA-slider-scroller .horizontal-slider ul {
			float: left;
			width: 99999px; 
			padding: 0px;
			margin: 0px 0px 0px 0px;
		}
		.AA-slider-scroller .horizontal-slider ul li {
			display: block;
			float: left;
			width: 220px;
			margin-left: 10px;
			background: url(../images/grid-shadow.png) no-repeat center bottom;
			padding: 0 0 15px 0;
		}
			.AA-slider-scroller .horizontal-slider li a {
				display: block;
				width: 220px;
				height: 193px;
				text-decoration: none;
				position: relative;
				overflow: hidden;
				cursor: pointer;
			}
				.AA-slider-scroller .horizontal-slider li .img {
					margin: 0;
					position: absolute;
					z-index: 1;
				}
					.AA-slider-scroller .horizontal-slider li .img img {
						border: none;
					}
				.AA-slider-scroller .horizontal-slider .description {
					position: absolute;
					z-index: 2;
					background: url(../images/85-perc-black.png);
					bottom: 0px;
					width: 220px;
				}
					.AA-slider-scroller .horizontal-slider li h3 {
						font-size: 17px;
						font-family: 'ColaborateLightRegular';
						color: #fff;
						margin: 13px 16px 13px 16px;
						background: url(../images/icon-plus-blue.gif) no-repeat right 9px;
					}
					.AA-slider-scroller .horizontal-slider li a:hover h3 {
						color: #39b4eb;
						background: url(../images/icon-arrow-gray-right.gif) no-repeat right 9px;
					}
					.AA-slider-scroller .horizontal-slider  li .description p {
						font-size: 12px;
						color: #fff;
						margin: 0;
						margin: 13px 16px 13px 16px;
						font-family: Arial, sans-serif;
					}

/* Scroll Bar 
========================================================================== */					
.AA-slider-scroller .scroll-bar {
	text-align: center;
	margin: 0px auto;
}
	.AA-slider-scroller .scroll-bar .content {
		width: 100%;
		height: 23px;
		overflow: hidden;
		background: #fff;
		border: 1px solid #d2d2d2;
		position: relative;
	}
		.AA-slider-scroller .scroll-bar .content a.arrow-left {
			display: block;
			width: 21px; 
			height: 23px; 
			text-indent: -10000px;
			background: url(../images/slide-left-arrow.png) no-repeat left top;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 10;
		}
		.AA-slider-scroller .scroll-bar .content a.arrow-left:hover {
			background-position: left -23px;
		}
		.AA-slider-scroller .scroll-bar .content a.arrow-right {
			display: block;
			width: 21px; 
			height: 23px; 
			text-indent: -10000px;
			background: url(../images/slide-right-arrow.png) no-repeat left top;
			position: absolute;
			top: 0px;
			right: 0px;
			z-index: 10;
		}
		.AA-slider-scroller .scroll-bar .content a.arrow-right:hover {
			background-position: left -23px;
		}
		
		.AA-slider-scroller .scroll-bar .content .slider-wrapper {
			position: absolute;
			top: 0px;
			height: 23px; 
			left: 18px;
			z-index: 10;
			width: 200px;
		}
		
		.AA-slider-scroller .scroll-bar .content span.slide {
			border-top: 1px solid #9f9f9f;
			border-left: 1px solid #8c8c8c;
			border-right: 1px solid #8c8c8c;
			height: 6px; 
			display: block;
			font-size: 0px;
			line-height: 5px;
			width: 1px;
			position: absolute;
			margin-left: 21px;
			top: 9px;
			left: 0%;
			z-index: 8;
			background: #d9d9d9;
		}
		
		.AA-slider-scroller .scroll-bar .content div.slide-btn {
			height: 23px; 
			width: 65px;
			position: absolute;
			top: 0px;
			left: 18px;
			z-index: 9;
		}
		
		.AA-slider-scroller .scroll-bar .content div.slide-btn:hover span.left, 
		.AA-slider-scroller .scroll-bar .content div.slide-btn:hover span.middle, 
		.AA-slider-scroller .scroll-bar .content div.slide-btn:hover span.right 
		{
			cursor: move;
			background-position: left -23px;
		}
			
			.AA-slider-scroller .scroll-bar .content div.slide-btn span.left {
				display: block;
				height: 23px; 
				width: 21px;
				float: left;
				background: url(../images/slide-left-btn.png) no-repeat left top;
			}
			.AA-slider-scroller .scroll-bar .content div.slide-btn span.middle {
				display: block;
				height: 23px; 
				width: 15px;
				float: left;
				background: url(../images/slide-middle-btn.png) repeat-x left top;
			}
			.AA-slider-scroller .scroll-bar .content div.slide-btn span.right {
				display: block;
				height: 23px; 
				width: 21px;
				float: left;
				background: url(../images/slide-right-btn.png) no-repeat left top;
			}