.slide
{
    margin: 0 0 0 0;
}

.slider_holder
{
    margin: -21px 0 0 -7px;
}
.theme1
{
    color: #4C4C4C;
    font-family: 'Conv_sylfaen';
    font-size: 13px;
    text-align: justify;
    width: 210px;
}
.theme1 p
{
    color: #4C4C4C;
    font-family: 'Conv_sylfaen';
    font-size: 13px;
    text-align: justify;
    margin: -1px 0 0 0;
    width: 210px;
}
.example-wrapper
{
    height: 300px;
    position: relative;
    width: 980px;
}
.theme1 .main-container
{
    background: url(../gif/advertisement-bg.png) no-repeat;
    padding: 30px;
}

.theme1 h2 a
{
    color: #2F2F2F;
    display: block;
    font-family: 'Conv_sylfaen';
    font-size: 16px;
    font-weight: 700;
    height: 14px;
    margin: 0px 0;
    text-transform: uppercase;
    text-decoration:none;
}

.theme1 .thumb
{
    padding: 4px;
    height: auto;
    background: #fff;
    position: relative;
    z-index: 50;
}

.Bottom_more, .Bottom_more img
{
    margin: 5px 0 0;
    text-align: right;
    border: none;
}


/**********************************
	-	THEME-1	MORE	-
***********************************/

.theme1 .page-more
{
    visibility: hidden;
}

.theme1 > ul
{
    visibility: hidden;
}

.theme1 .big-image
{
    float: left;
    border: 1px solid #ddd;
    padding: 4px;
    height: auto;
    background: #fff;
    position: relative;
    z-index: 50;
    margin-right: 30px;
}

.theme1 .details
{
    position: relative;
    float: left;
    width: 160px;
    margin-right: 30px;
}

.theme1 .details_double
{
    position: relative;
    float: left;
    width: 320px;
    margin-right: 30px;
}



.theme1 .check
{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}










/**************************	
	-	TOOLBAR	-
**************************/

.toolbar
{
    visibility: hidden;
}
.services-wrapper-top ul li
{
    list-style: none;
}
.toolbar .left
{
    background: url(../gif/left.png) no-repeat top;
    width: 30px;
    height: 45px;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 100;
    margin-left: -19px;
    cursor: pointer;
}

.theme2 .toolbar .left
{
    background: url(../gif/left_dark.png) no-repeat top;
    width: 30px;
    height: 45px;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 100;
    margin-left: -29px;
    cursor: pointer;
}



.toolbar .right
{
    background: url(../gif/right.png) no-repeat top;
    width: 30px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 100px;
    z-index: 100;
    margin-right: 5px;
    cursor: pointer;
}

.theme2 .toolbar .right
{
    background: url(../gif/right_dark.png) no-repeat top;
    width: 30px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 100;
    margin-right: -30px;
    cursor: pointer;
}


/*************************************************
	-	THE PRELOADER OF THE BANNER 	-
*************************************************/
.services-preloader
{
    background: url(../gif/preloader.gif) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 49%;
    top: 49%;
    z-index: 9999;
}
