﻿/*
Skin Name: Slides Default Theme
Skin Type: flexible
Description: The default skin for the Slides.
Version: 1.0
Author: Baldwin Sun
Author URI: http://sunblognuke.com
*/
.theme-default .next,.theme-default .prev {
	top: 107px;
	left: -39px;
	width: 24px;
	height: 43px;
}

.theme-default .next {left:585px;}

.theme-default .prev{background: url(images/themes/default/arrow-prev.png) no-repeat;}
.theme-default .next{background: url(images/themes/default/arrow-next.png) no-repeat;}

.theme-default .pagination li a {
	width:13px;
	padding-top:13px;
	background-image:url(images/themes/default/bullets.png);
	background-position: 0 0; 
}
.theme-default .pagination li a:hover{background-position:0 -26px;}
.theme-default .pagination li.current a {
	background-position:0 -13px;
}

/*
Skin Name: Slides Clean Theme
Skin Type: flexible
Description: The clean skin for the Slides.
Version: 1.0
Author: Baldwin Sun
Author URI: http://sunblognuke.com
*/
.theme-clean .next,.theme-clean .prev {
	top:107px;
	left:-39px;
	width: 26px;
	height: 28px;
	background-image: url(images/themes/clean/arrows.png);
}

.theme-clean .next {left:585px;}

.theme-clean .prev{background-position: 0 -27px;}
.theme-clean .next{background-position: 0 0;}
.theme-clean .prev:hover {background-position: -27px -27px;}
.theme-clean .next:hover {background-position: -27px 0;}

.theme-clean .pagination li a {
	width:22px;
	height:12px;
	background:url(images/themes/clean/bullets.png) no-repeat 0 0;
}

.theme-clean .pagination li.current a {
	background-position:0 -22px;
}

/*
Skin Name: Slides dnn Theme
Skin Type: flexible
Description: The dnn skin for the Slides.
Version: 1.0
Author: Baldwin Sun
Author URI: http://sunblognuke.com
*/
.theme-dnn .next,.theme-dnn .prev {
	top:107px;
	left:-39px;
	width: 40px;
	height: 75px;
	background-image: url(images/themes/dnn/arrows.png);
}

.theme-dnn .next {left:585px;}

.theme-dnn .prev{background-position: 0 0;}
.theme-dnn .next{background-position: -120px 0;}

.theme-dnn .pagination li a{display:inline-block;width:20px;height:5px;overflow:hidden;margin:0 2px;line-height:999px;border:1px solid #a6a6a6;cursor:pointer;vertical-align:top}
.theme-dnn .pagination li a:hover{border-color:#747474;background:#b2b2b2}
.theme-dnn .pagination li.current a{border-color:#008CFE;background:#008CFE}

/*
Skin Name: Slides Metro Theme
Skin Type: flexible
Description: The metro skin for the Slides.
Version: 1.0
Author: Baldwin Sun
Author URI: http://sunblognuke.com
*/
.theme-metro .next,.theme-metro .prev {
	top: 107px;
	left: -39px;
	width: 38px;
	height: 38px;
	background-image: url(images/themes/metro/arrows.gif);
}

.theme-metro .next {left:585px;}

.theme-metro .prev{background-position: 0 0;}
.theme-metro .next{background-position: -38px 0;}
.theme-metro .prev:hover {background-position: 0 -39px;}
.theme-metro .next:hover {background-position: -38px -39px;}

.theme-metro .pagination li a{background-color:#666;display:inline-block;width:12px; height:12px;overflow:hidden;margin:0 2px;line-height:999px;cursor:pointer;vertical-align:top}
.theme-metro .pagination li a:hover, 
.theme-metro .pagination li.current a{width: 6px;height: 6px;background: #FFF;border: 3px solid #666;}

/*
Skin Name: Slides Ribbon Theme
Skin Type: flexible
Description: The ribbon skin for the Slides.
Version: 1.0
Author: Baldwin Sun
Author URI: http://sunblognuke.com
*/
.theme-ribbon .next,.theme-ribbon .prev {
	top: 107px;
	left: -39px;
	width: 56px;
	height: 58px;
}

.theme-ribbon .next {left:585px;}

.theme-ribbon .prev{background: url(images/themes/ribbon/arrow-prev.png) no-repeat;}
.theme-ribbon .next{background: url(images/themes/ribbon/arrow-next.png) no-repeat;}

.theme-ribbon .pagination li a {
	width:13px;
	padding-top:13px;
	background-image:url(images/themes/default/bullets.png);
	background-position: 0 0; 
}
.theme-ribbon .pagination li a:hover{background-position:0 -26px;}
.theme-ribbon .pagination li.current a {
	background-position:0 -13px;
}

/*
Skin Name: Slides Simplicity Theme
Skin Type: flexible
Description: The simplicity skin for the Slides.
Version: 1.0
Author: Baldwin Sun
Author URI: http://sunblognuke.com
*/
.theme-simplicity .next,.theme-simplicity .prev {
	top:107px;
	left:-39px;
	width: 35px;
    height: 54px;
    background-image: url(images/themes/simplicity/arrows.png);
}

.theme-simplicity .next {left:585px;}

.theme-simplicity .prev{background-position:0 -54px;}
.theme-simplicity .next{background-position:-35px 54px;}
.theme-simplicity .prev:hover {background-position:0 0;_filter:Alpha(opacity=75);}
.theme-simplicity .next:hover {background-position:-35px 0;_filter:Alpha(opacity=75);}

.theme-simplicity .pagination li a {
	width:22px;
	height:22px;
	background:url(images/themes/simplicity/bullets.png) no-repeat 0 0;
}

.theme-simplicity .pagination li.current a {
	background-position:0 -22px;
}