/*----------------------------------------------------------------------------- 

	-	services slider -

Screen Stylesheet 

version:   	1.0 
date:      	09/18/11 
author:		themepunch
email:     	info@themepunch.com 
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/**************************	
	-	TOOLBAR	-
**************************/

.toolbar {
    visibility: hidden;
}

    .toolbar .left {
        background: url(Images/slideLeftArrow.png) no-repeat top;
        width: 51px;
        height: 51px;
        position: absolute;
        left: -70px;
        top: 70px;
        z-index: 100;
        cursor: pointer;
    }


        .toolbar .left:hover {
            background-position: bottom;
        }


    .toolbar .right {
        background: url(Images/slideRightArrow.png) no-repeat top;
        width: 51px;
        height: 51px;
        position: absolute;
        right: -70px;
        top: 70px;
        z-index: 100;
        cursor: pointer;
    }

        .toolbar .right:hover {
            background-position: bottom;
        }


/*************************************************
	-	THE PRELOADER OF THE BANNER 	-
*************************************************/
.services-preloader {
    background: url(../assets/loader/preloader.gif) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 49%;
    top: 49%;
    z-index: 9999;
}




/****************************************
	-	THE BLOG AND PLUS SIGNS - 
****************************************/
.hover-more-sign {
    background: url('../assets/button/more.png') no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -25px;
    margin-top: -25px;
    cursor: pointer;
}

.hover-blog-link-sign {
    background: url('../assets/button/link.png') no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
}



/*************************
	-	CLOSE BUTTON 	-
*************************/


