﻿/*
 * jQuery Nivo Slider v1.7
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
#slider_wrapper {
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	overflow: visible;
	display: block;
	min-height: 600px;
} 

#slider {
	border-bottom: 1px solid #224;
	width: 1600px;
	height: 600px;
	position: relative;
	margin-left: -800px;
	visibility: visible;
	left: 50%;
	background:url(../core_images/loading.gif) no-repeat 50% 50%;
}
#slider a.slide1 {
    top:0px;
    left:748px;
    width:200px;
    height:119px;
}

#slider a.slide2 {
    top:27px;
    left:666px;
    width:264px;
    height:230px;
}

#slider a.slide3 {
    top:63px;
    left:692px;
    width:166px;
    height:149px;
}

#slider a.slide4 {
    top:86px;
    left:666px;
    width:202px;
    height:183px;
} 

#slider a.slide5 {
    top:29px;
    left:720px;
    width:280px;
    height:195px;
}

#slider a.slide6 {
    top:10px;
    left:639px;
    width:205px;
    height:139px;
}

#slider a.slide7 {
    top:89px;
    left:737px;
    width:100px;
    height:86px;
}

#slider a.slide8 {
    top:48px;
    left:758px;
    width:138px;
    height:90px;
} 

#slider img{
	margin: 0 auto;
	top:0px;
	left:0px;

}

.nivoSlider {
	position:relative;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.7;
	width:100%;
	z-index:6;
	text-align:center;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#dhtmltooltip{
	position: absolute;
	color: #ca6;
	font: 14px "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight: normal;
	width: 180px;
	padding: 20px;
	background: url(../core_images/bubble.png) no-repeat;
	visibility: hidden;
	z-index: 100; /* CSS3 Styles */;
	height: 85px;
	text-align: center;
}

#dhtmltooltip img{
	margin-top:10px;
}

