/*Load CSS before JavaScript*/

/*
Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash
*/
#slides .slides_container
{
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background: #EDF1F4;
    display: none;
    margin: auto;
    padding: 0.5em;
    width: 230px;
    height: 380px;
    margin: auto;
    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 .slides_container div
    {
        width: 570px;
        height: 200px;
        display: block;
    }



/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
#slides_two .slides_container
{
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background: #EDF1F4;
    display: none;
    margin: auto;
    padding: 0.5em;
    width: 230px;
}

    /*
			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_two .slides_container div
    {
        width: 230px;
        height: 250px;
        display: block;
    }

/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
#slides_three .slides_container
{
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background: #EDF1F4;
    display: none;
    margin: auto;
    padding: 0.5em;
    width: 230px;
}

    /*
			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_three .slides_container div
    {
        width: 240px;
        height: 100px;
        display: block;
    }

.pagination .current a
{
    background: #576572;
    border-style: 1px solid #576572;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 20px;
    list-style: none;
    text-align: center;
    text-decoration: none;
    width: 20px;
}



/* 
			Example only
		*/


h1
{
    color: #F60;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

h2
{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

p
{
    color: #576572;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: justify;
    font-weight: normal;
    vertical-align: text-top;
    width: auto;
}

.slides_control p
{
    color: #576572;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: justify;
    font-weight: normal;
    vertical-align: text-top;
    width: 220px;
}

.paraf
{
    color: #576572;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
}


ul
{
    display: block;
}

.pagination li
{
    display: block;
    float: left;
}

.pagination a
{
    background: #fff;
    border: 1px solid #576572;
    color: #576572;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    list-style: none;
    height: 20px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    width: 20px;
    margin: 2px;
    padding: 5px 4px 0px 0px;
}


.viewthree
{
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background: #F2F3F5;
    margin: auto;
    margin-top: 10px;
    padding: 0.5em;
    width: 250px;
}

.imgthree
{
    height: 60px;
    width: 90px;
    margin: 10px;
    float: left;
}

.more
{
    color: #F60;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.prev
{
    background: url("../../Resources/prev.png");
    border: #FFF;
    float: left;
    height: 20px;
    margin-left: 5px;
    width: 20px;
}

.next
{
    background: url("../../Resources/next.png");
    border: #FFF;
    float: right;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

#slides .slides_container3
{
    width: 300px;
    margin: auto;
    display: none;
}

    #slides .slides_container3 div
    {
        width: 570px;
        display: block;
    }

.linktitle
{
    color: #F60 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    width: auto;
}

#pnlNews
{
    font-size: 13px;
    font-weight: normal;
    width: 100% !important;
}

    #pnlNews h1
    {
        font-size: 15px;
        font-weight: bold;
    }
