﻿p
{    
    margin:0;
}

img
{
    border:none;
}

.barousel
{
    position:relative;
    margin-bottom:0px;
    width:720px; /* change to width of images */
    height:225px; /* change to height of images + bottom nav space (25px) */
}
.barousel_image
{
    position:absolute;
    z-index:10;
    width:720px; /* change to width of images */
    height:200px; /* change to height of images */
}

.barousel_image img
{
    position:absolute;
    display:none;
}

.barousel_image img.default
{    
    display:block;
}

.barousel_image img.current
{
    z-index:10;
}

.barousel_image img.previous
{
    z-index:5;
}

.barousel_content
{
    position:relative;
    padding:5px 5px 5px 5px;    
    z-index:50;
    color:#fff;
    width:320px; /* width of text box */
	height:200px; /* height of text box - remove and it resizes */
    top:36px;
    left:0px;
}

.barousel_content div
{
    display:none;    
}

.barousel_content div.default
{
    display:block;    
}

.barousel_content p
{
    font-size:13px;
    font-weight:normal; 
    line-height:17px;
	color:#173760; /* Color of Paragraph Text */
}

.barousel_content p.header
{
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    color:#021d4c; /* Color of Header */
}

.barousel_content a,
.barousel_content a:hover
{
    color:#021d4c; /* Color of Link */
	text-decoration:underline;
    background-color:transparent !important;
}

.barousel_nav
{
    position:absolute;
    padding:3px 3px 0px 0;
    height:23px;    /* height of nav bar */
    background:white; /* Color of Nav Background */
    top:200px;
    z-index:20;
    width:717px; /* change to width of images -3px */
}

.barousel_nav .counter
{    
    float:right;
    font-size:0.75em;
    color:#173760; /* Color of Nav Counter */
    margin:3px 5px 0 0;
}

.barousel_nav ul
{
    float:right;
    padding:0;
    margin:0;
}

.barousel_nav li
{
    float:left;
    padding-left:3px;
    font-size:0;
    line-height:0;
    list-style:none;
}

.barousel_nav li a
{
    display:block;
    width:25px;
    height:20px;
    background-color:#173760; /* Color of Nav Buttons Normal */
    font-size:0;
    line-height:0;
    text-decoration:none;
}

.barousel_nav li a:hover
{
    background-color:#f6f000; /* Color of Nav Buttons Hover */
}

.barousel_nav li a.current
{
    background-color:orange;
}

.barousel_nav li.prev a
{
	background-image:url(../images/barousel_link_previous.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel_nav li.next a
{
	background-image:url(../images/barousel_link_next.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel img.ajax_loader
{
    display:none;
    position:absolute;
    z-index:99;
    top:70px;
    left:135px;
}