/* 
	Home Style
*/

#homeslide-container
{
    width: 700px;
    padding: 0px !important;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#example
{
    width: 700px;
    height: 400px;
    position: relative;
}

/*
	Slideshow
*/

#slides
{
    width: 700px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 4px;
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container
{
    height: 415px;
    width: 695px;
    overflow: hidden;
    position: relative;
    display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.main-slide
{
    width: 700px;
    height: 340px;
    display: block;
}


/*
	Next/prev buttons
*/

.slides_container .next, .slides_container .prev, #slides .next, #slides .prev
{
    position: absolute;
    top: 363px;
    left: 27px;
    width: 23px;
    height: 23px;
    display: block;
    z-index: 101;
}

a.prev, a.next 
{
    display: none!important;
}

#slides .next
{
    left: 650px;
}

/*
	Pagination
*/

.pagination
{
    left: 194px;
    margin: -29px auto 0;
    position: relative;
    width: 100px;
    z-index: 999;
}

.pagination li
{
    float: left;
    margin: 0 1px;
    list-style: none;
}

.pagination li a
{
    background: url(../images/bg-switcher.png) no-repeat;
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    float: left;
    overflow: hidden;
    outline: none !important;
}

.pagination li a:active
{
    outline: none !important;
}

.pagination li.current a
{
    background: url(../images/bg-switcher-over.png) no-repeat;
    outline: none !important;
}

/*
	Caption
*/

.slide-caption
{
    z-index: 500;
    position: absolute;
    bottom: 50px;
    left: 0px;
    height: 170px;
    padding: 10px 18px 17px 28px;
    background: #000;
    background: rgba(250,250,250,.9);
    width: 300px;
    font-size: 1.3em;
    line-height: 1.33;
    color: #fff;
    text-shadow: none;
}
/* use transparent background-image for IE browsers not supporting rgba */
.lt-ie9 .slide-caption
{
    background: transparent url(../images/bg/slide-caption-bg.png) 0 0 repeat-x;
}

#slides .slide-caption p
{
    margin: 0 0 18px;
    color: #3E3D40;
    font-size: 15px;
    line-height: 20px;
}

.slide-caption h2
{
    display: block;
    margin: 5px 0 12px 0;
    color: #3C4981;
    font-size: 21px !important;
    line-height: 22px;
    text-transform: none;
}

.slide-caption a
{
    background: url(../Images/bullet-right-bl.png) transparent 2px 2px no-repeat;
    color: #3E3D40 !important;
    font: bold 15px/18px Arial, Helvetica, sans-serif !important;
    margin: 5px 0px 5px 0px;
    padding: 0 0 0 20px !important;
    vertical-align: middle;
}

.lt-ie9 .slide-caption a
{
    background: url(../Images/bullet-right-bl.png) transparent 0 3px no-repeat;
}

.lt-ie8 .slide-caption a
{
    background: url(../Images/bullet-right-bl.png) transparent 1px 0px no-repeat;
}

#slides .slide-caption p, #slides .slide-caption a, #teasers h4 a
{
    font-size: 12px !important;
}


#teasers div h4
{
    height: 86px;
}

.tease-title h5, #teasers .btntease
{
    font-size: 12px !important;
}

.tease-title h3
{
    font-size: 18px !important;
}

#article3 p.article-header, #article4 p.article-header
{
    font-weight: bold;
    height: 23px;
    color: #3C4981;
    font-size: 12px;
}

/* New Slides js */
.slidesjs-container
{
    height: 100%!important;
    width:100%!important;
}
a.slidesjs-next, a.slidesjs-previous
{
    background-image: url(img/btns-next-prev.png);    
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-right: 5px;    
    z-index: 130;
    position:relative;
    margin-top: -50px;
}

a.slidesjs-next
{
    background-image: url(../Images/btn-next.png);
    background-repeat: no-repeat;
    left: 92%;
}

a.slidesjs-previous
{    
    background-image: url(../Images/btn-prev.png);
    background-repeat: no-repeat;
    left: 5%;
}

.slidesjs-pagination
{
    float: left;
    left: 50%;
    list-style: none outside none;    
    margin-top: -42px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.slidesjs-pagination li
{
    float: left;
    margin: 0 1px;
    list-style: none outside none;
}

.slidesjs-pagination li a
{
    display: block;
    width: 12px;
    height: 0;
    padding-top: 13px;
    /*background-image: url(../Images/pagination.png);*/
    background-image: url(../Images/bg-switcher.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active
{
    /*background-position: 0 -13px;*/
    background-image: url(../Images/bg-switcher-over.png);
}

.slidesjs-pagination li a:hover
{
    /*background-position: 0 -26px;*/
    background-image: url(../Images/bg-switcher-over.png);
}

#slides a:link, #slides a:visited
{
    color: #333;
}

#slides a:hover, #slides a:active
{
    color: #9e2020;
}
