/* http://www.menucool.com */

/*slider frame*/
#sliderFrame {position:relative;}
body.page-lcdfront #sliderFrame {height:300px;overflow:hidden}      
        

#slider 
{
    width:1038px;height:436px;/* Make it the same size as your images */
	background:transparent url(../images/loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto;/*this makes the image slider center-aligned. Remove this line if you want to align the whole slider to the left side*/
}
#slider img {
	position:absolute;
	border:none;
	visibility:hidden;
}

/* the link style (if slide image is wrapped in a link) */
#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}


/*----------- navigation buttons on both sides of the slider -----------*/
.group1-Wrapper 
{
    position:absolute;
    z-index:20;
    top:120px;
    margin-left:50%;/* position it in the middle of #sliderFrame */
    width:1px;
}
a.group1-Prev, a.group1-Next
{
    width:34px;height:32px;/* was 150 */
    background:transparent url(../images/sliderNavBtns.png) no-repeat; 
    display:block; 
    cursor:pointer;
    position:absolute;
    top:65px;
    user-select: none;
}


a.group1-Prev{background-position:0 0; right: 555px;}
a.group1-Next {background-position:-34px 0;left:555px;}

a.group1-Prev:hover{cursor:pointer;} /* background-position:50px 0*/
a.group1-Next:hover {cursor:pointer;}/* background-position:50px -150px; */


/* ----------- navigation buttons in the thumbnails bar ---------- */
a.group2-Prev, a.group2-Next, a.group2-Play, a.group2-Pause 
{
    width:20px; height:20px; 
    background:transparent url(../images/sliderNavBtns.png); 
    display:inline-block; 
    *display:inline;zoom:1;/*IE hack*/
    margin-right:8px;
    vertical-align:middle;
    cursor:pointer;
}
a.group2-Pause{background-position:0 0;}
a.group2-Play {background-position:0 -20px;}
a.group2-Next {background-position:0 -40px;}
a.group2-Prev {background-position:0 -60px;} 

a.group2-Pause:hover{background-position:20px 0;}
a.group2-Play:hover {background-position:20px -20px;}
a.group2-Next:hover {background-position:20px -40px;}
a.group2-Prev:hover {background-position:20px -60px;} 




/* --------- Others ------- */
#slider 
{

}

