/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */

.slider-wrapper {
	margin-bottom:50px;
	margin-left:38px;
}

.main-row{
	background: #ffffff;
}

.main-block-aaagal {
	background: #ffffff;
	overflow: visible;
	width: 100%;
}

.main-block-aaagal .comp-txt a {
	font-style: normal;
	color: #209CC4;
	cursor: pointer;
}

.main-block-aaagal .comp-txt a:hover{
	color:red;
	text-decoration: none;
} 

.main-block-aaagal .carousel-block h4 {
	font-size:11px;
	line-height:15px;
	margin:0;
	font-weight:normal;
}
.carousel-block h4 a {
	font-style:normal;
}

.main-block-aaagal .info-post h4 {
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	margin:0;
}

.main-block-aaagal .heading-block h1 {
	margin:0;
}


.main-block-aaagal blockquote ul {
	overflow:hidden;
	width:100%;
	padding:8px 0 5px 5px;
}
.main-block-aaagal blockquote ul li {
	margin:0 0 1px 0;
	background:#f8f8f8 url(images/arrow2.gif) no-repeat 0px 3px;
	padding:3px 10px 5px 20px;
	line-height:1.3em;
}

.main-block-aaagal blockquote h1 {
	font: 19px/22px "AvantGardeBkBTBook", Arial, Helvetica, sans-serif;
	margin:0;
	color:#757575;
}

.main-block-aaagal h1 {
	margin:0 0 0 37px;
	font: 36px/39px Arial, Tahoma, Helvetica, sans-serif;
	color:#0e313c;
}
.main-block-aaagal h2 {
	font: 26px/27px "AvantGardeBkBTBook", Arial, Helvetica, sans-serif;
	margin:0 0 8px;
	color:#858c90;
	text-transform:uppercase;
}

.main-block-aaagal h4 {
	font-size:18px;
	line-height:27px;
	margin:0 0 8px;
	color:#860005;
}
.main-block-aaagal h5 {
	font:italic 16px/18px Georgia, "Times New Roman", Times, serif;
	margin:0 0 8px;
	color:#bf0007;
}
.main-block-aaagal h5 a{
	font:italic 20px/23px Georgia, "Times New Roman", Times, serif;
	color:#bf0007;
	text-decoration:underline;
}
.main-block-aaagal h5 a:hover{
	text-decoration:none;
}
.main-block-aaagal h6 {
	font-size:14px;
	line-height:17px;
	margin:0 0 8px;
	color:#9b9fa1;
	font-weight:bold;
	text-transform:uppercase;
}
.main-block-aaagal strong,.main-block b{
	font-weight:bold !important;
}
.main-block-aaagal em,.main-block i{
	font-style:italic !important;
}


.nivoSlider {
	position:relative;
	width:860px; /* Change this to your images width */
    height:446px; /* Change this to your images height */
    border: 2px solid #209CC4;
}
.nivoSlider img {
	position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.nivoSlider a {
    border:0;
    display:block;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background: #209CC4;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}