@charset "utf-8";
/* CSS Document */

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #F36F20;
}
body {
	font-family: "微軟正黑體", "Microsoft YaHei";
	height: 100%;
}

.heading {
	margin: 20px 0px 10px 10px;
	position: relative;
	float: left;
	width: 100%;
	min-height: 40px;
	font-size: 180%;
	font-weight: bold;
	color: #F36F20;
}

.textbox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
	float: left;
	width: 100%;
	text-align: justify;
	vertical-align: middle;
}

.figureright {
	position: relative; 
	float: right;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(160, 160, 160, 1);
	box-shadow: 0px 0px 5px rgba(160, 160, 160, 1);
}

.figureleft {
	position: relative; 
	float: left;
}

.banner {
	margin: 0px 0px 12px 15px;
	position: relative;
	float: left;
}

.showpainting {
	margin: 0px 0px 15px 10px;
	position:relative;
	float: left;
	width: 189px;
	height: 260px;
	text-align: center;
}

.showcard {
	margin: 0px 0px 15px 10px;
	position:relative;
	float: left;
	width: 189px;
	height: 260px;
	border: solid 1px #DDD;
}

.showdummy {
	padding-top: 100%;
}

.showphoto {
	position: relative;
	height: 180px;
	margin: 0;
	vertical-align: middle; 
	text-align:center
}
.photoframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
    font: 0/0 a;
}

.photoframe:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.photoframe img {
    vertical-align: middle;
    display: inline-block;
}

.showtext {
	margin: 0px 10px 10px 10px;
}

.notepad {
	margin: 0px 0px 15px 15px;
	position: relative;
	float: left;
	width: 250px;
	min-height: 180px;
	border: solid 1px #DDD;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 0px 0px 13px rgba(85, 85, 85, 1);
	box-shadow: 0px 0px 13px rgba(85, 85, 85, 1);
}

.notepad_15x {
	margin: 0px 0px 15px 15px;
	position:relative;
	float: left;
	width: 383px;
	min-height: 180px;
	border: solid 1px #DDD;
	border-radius: 6px 6px 6px 6px;	
	-webkit-box-shadow: 0px 0px 13px rgba(85, 85, 85, 1);
	box-shadow: 0px 0px 13px rgba(85, 85, 85, 1);
}

.notepad_2x {
	margin: 0px 0px 15px 15px;
	position:relative;
	float: left;
	width: 515px;
	min-height: 180px;
	border: solid 1px #DDD;
	border-radius: 6px 6px 6px 6px;	
	-webkit-box-shadow: 0px 0px 13px rgba(85, 85, 85, 1);
	box-shadow: 0px 0px 13px rgba(85, 85, 85, 1);
}

.notepad_3x {
	margin: 0px 0px 15px 15px;
	position:relative;
	float: left;
	width: 780px;
	min-height: 180px;
	border: solid 1px #DDD;
	border-radius: 6px 6px 6px 6px;	
	-webkit-box-shadow: 0px 0px 13px rgba(85, 85, 85, 1);
	box-shadow: 0px 0px 13px rgba(85, 85, 85, 1);
}

.notehead {
	position: relative;
	font-weight: bold;
	font-size: 100%;
	min-height: 25px;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 15px 15px 10px 15px;
	border-radius: 6px 6px 0px 0px;	
	color: #FFF;
}
.notebody {
	position: relative;
	font-size: 95%;
	padding: 15px 15px 15px 15px;
	line-height: 150%;
}

/* Violet */
.notepad01 {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,240,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,240,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,240,255,1.00) 100%);
}

.notehead01 {
	background: #8402AE;
}
/* Purple */
.notepad02 {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(231,223,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(231,223,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(231,223,255,1.00) 100%);
}
.notehead02 {
	background-color: #6F38FC;
}
/* Cycan */
.notepad03 {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(240,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(240,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(240,255,255,1.00) 100%);
}

.notehead03 {
	background: #088;
}
/* Blue */
.notepad04 {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(240,240,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(240,240,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(240,240,255,1.00) 100%);
}

.notehead04 {
	background: #0000EA;
}
/* Green */
.notepad05 {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(240,255,240,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(240,255,240,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(240,255,240,1.00) 100%);
}

.notehead05 {
	background: #007900;
}
/* Red */
.notepad06 {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,240,240,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,240,240,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,240,240,1.00) 100%);
}

.notehead06 {
	background: #C00;
}
/* Magenta */
.notepad07 {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,218,248,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,218,248,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,218,248,1.00) 100%);
}

.notehead07 {
	background: #F700C6;
}

.holiday th {
	white-space: nowrap;
	font-size: 85%;
	line-height: 100%;
	vertical-align: middle;
	text-align: center;
	padding:5px 14px 5px 14px;
	border: solid 2px #FFF;
	background-color: #F60;
	color: #fff;
	font-weight: bold;	
}


.holiday td {
	white-space: nowrap;
	font-size: 85%;
	line-height: 100%;
	vertical-align: middle;
	text-align: center;
	padding:5px 14px 5px 14px;
	border: solid 2px #FFF;
}

.holiday tr:nth-child(even) {
	background-color: #FFC;
}

.holiday tr:nth-child(odd) {
	background-color: #FF9;
}

.resultmusic th {
	white-space: nowrap;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding: 5px 20px 5px 20px;
//	border: solid 2px #FFF;
	border-bottom: solid 2px #8A17F2;
	background-color: #fff;
	color: #8A17F2;
	font-weight: bold;
}


.resultmusic td {
	word-wrap: break-word;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding:5px 20px 5px 20px;
//	border: solid 2px #FFF;
}

.resultmusic tr:nth-child(even) {
	background-color: #FBF7FF;
}

.resultmusic tr:nth-child(odd) {
	background-color: #E8D2FF;
}

.resultmusic td:nth-child(1) {
	width: 100px;
	max-width: 100px;
	overflow: hidden;
}

.resultmusic td:nth-child(2) {
	width: 100px;
	max-width: 100px;
	overflow: hidden;
}

.resultmusic td:nth-child(3) {
	width: 100px;
	max-width: 100px;
	overflow: hidden;
}
.resultmusic td:nth-child(4) {
	width: 340px;
	max-width: 340px;
	text-align: left;
	overflow: hidden;
}

.resultdance {
	table-layout: fixed;
}

.resultdance th {
	white-space: nowrap;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding:5px 20px 5px 20px;
//	border: solid 2px #FFF;
	border-bottom: solid 2px #EA609E;
	background-color: #fff;
	color: #E53F8A;
	font-weight: bold;	
}


.resultdance td {
	font-size: 14px;
	word-wrap: break-word;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding:5px 20px 5px 20px;
//	border: solid 2px #FFF;
}

.resultdance tr:nth-child(even) {
	background-color: #FCEBF2;
}

.resultdance tr:nth-child(odd) {
	background-color: #F9D5E3;
}

.resultrad td:nth-child(1) {
	width: 100px;
	max-width: 100px;
	overflow: hidden;
}

.resultrad td:nth-child(2) {
	width: 100px;
	max-width: 100px;
	overflow: hidden;
}

.resultrad td:nth-child(3) {
	width: 460px;
	max-width: 460px;
	text-align: left;
	overflow: hidden;
}

.resultinternal td:nth-child(1) {
	width: 140px;
	max-width: 140px;
	overflow: hidden;
}

.resultinternal td:nth-child(2) {
	width: 560px;
	max-width: 560px;
	text-align: left;
	overflow: hidden;
}

.resulttaekwondo {
	table-layout: fixed;
	margin: 0 0px 10px 0;
}

.resulttaekwondo th {
	white-space: nowrap;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding:5px 15px 5px 15px;
	border-bottom: solid 2px #265C88;
	background-color: #fff;
	color: #265C88;
	font-weight: bold;	
}


.resulttaekwondo td {
	font-size: 14px;
	word-wrap: break-word;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding:5px 15px 5px 15px;
//	border: solid 2px #FFF;
}

.resulttaekwondo tr:nth-child(even) {
	background-color: #F7FBFF;
}

.resulttaekwondo tr:nth-child(odd) {
	background-color: #EBF6FF;
}

.resulttaekwondo_2x td:nth-child(1) {
	width: 80px;
	max-width: 80px;
	overflow: hidden;
}

.resulttaekwondo_2x td:nth-child(2) {
	width: 180px;
	max-width: 180px;
	text-align: left;
	overflow: hidden;
}

.resulttaekwondo_3x td:nth-child(1) {
	width: 80px;
	max-width: 80px;
	overflow: hidden;
}

.resulttaekwondo_3x td:nth-child(2) {
	width: 100px;
	max-width: 100px;
	overflow: hidden;
}

.resulttaekwondo_3x td:nth-child(3) {
	width: 180px;
	max-width: 180px;
	text-align: left;
	overflow: hidden;
}

.roundlabel {
	color: #f60;
	padding: 20px;
	border-radius: 50px 50px 50px 50px;	
	-webkit-box-shadow: 0px 0px 12px rgba(255, 80, 0, 1);
	box-shadow: 0px 0px 12px rgba(255, 80, 0, 1);
}

.courselabel {
	padding: 20px;
	border-radius: 50px 50px 50px 50px;	
	margin: 5px 5px 5px 5px;
}

.tutorlabel{
	font-size: 150%;
	color: #ff0000;
	font-weight: bold;
	float: left;
	margin: 20px 0 0 0;
	padding: 5px 45px 5px 15px;
}

.labelpurple {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 61.66% , rgba(196,137,248,1.00)),color-stop( 100% , rgba(152,49,244,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(196,137,248,1.00) 61.66%,rgba(152,49,244,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(196,137,248,1.00) 61.66%,rgba(152,49,244,1.00) 100%);
}

.labelmagenta {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 61.66% , rgba(242,163,199,1.00)),color-stop( 100% , rgba(234,96,158,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(242,163,199,1.00) 61.66%,rgba(234,96,158,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(242,163,199,1.00) 61.66%,rgba(234,96,158,1.00) 100%);
}

.labelred {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 61.66% , rgba(244,170,183,1.00)),color-stop( 100% , rgba(231,54,86,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(244,170,183,1.00) 61.66%,rgba(231,54,86,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(244,170,183,1.00) 61.66%,rgba(231,54,86,1.00) 100%);
}

.labelgreen {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 61.66% , rgba(173,255,167,1.00)),color-stop( 100% , rgba(108,188,100,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(173,255,167,1.00) 61.66%,rgba(108,188,100,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(173,255,167,1.00) 61.66%,rgba(108,188,100,1.00) 100%);
}

.labelblue {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 61.66% , rgba(184,212,235,1.00)),color-stop( 100% , rgba(55,134,199,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(184,212,235,1.00) 61.66%,rgba(55,134,199,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(184,212,235,1.00) 61.66%,rgba(55,134,199,1.00) 100%);
}

.shadoworange {
	-webkit-box-shadow: 0px 0px 12px rgba(255, 80, 0, 1);
	box-shadow: 0px 0px 12px rgba(255, 80, 0, 1);
}

.shadowpurple {
	border: solid 10px #9831f4;
	-webkit-box-shadow: 0px 0px 20px rgba(132, 0, 174, 1);
	box-shadow: 0px 0px 20px rgba(152, 49, 244, 1);
}

.shadowred {
	border: solid 10px #e73656;
	-webkit-box-shadow: 0px 0px 12px rgba(231, 54, 86, 1);
	box-shadow: 0px 0px 12px rgba(231, 54, 86, 1);
}

.shadowblue {
	border: solid 10px #3786C7;
	-webkit-box-shadow: 0px 0px 12px rgba(55, 134, 199, 1);
	box-shadow: 0px 0px 12px rgba(55, 134, 199, 1);
}

.shadowmagenta {
	border: solid 10px #EA609E;
	-webkit-box-shadow: 0px 0px 12px rgba(234,96,158, 1);
	box-shadow: 0px 0px 12px rgba(234,96,158, 1);
}

.shadowgreen {
	border: solid 10px #6cbc64;
	-webkit-box-shadow: 0px 0px 12px rgba(108, 188, 100, 1);
	box-shadow: 0px 0px 12px rgba(108, 188, 100, 1);
}

.gradientpurple {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(246,239,255,1.00)),color-stop( 100% , rgba(201,167,255,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(246,239,255,1.00) 0%,rgba(201,167,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(246,239,255,1.00) 0%,rgba(201,167,255,1.00) 100%);
}

.gradientmagenta {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,239,253,1.00)),color-stop( 100% , rgba(244,173,205,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,239,253,1.00) 0%,rgba(244,173,205,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,239,253,1.00) 0%,rgba(244,173,205,1.00) 100%);
}

.gradientred {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,239,239,1.00)),color-stop( 100% , rgba(255,167,167,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,239,239,1.00) 0%,rgba(255,167,167,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,239,239,1.00) 0%,rgba(255,167,167,1.00) 100%);
}

.gradientgreen {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(240,255,239,1.00)),color-stop( 100% , rgba(181,221,177,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(240,255,239,1.00) 0%,rgba(181,221,177,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(240,255,239,1.00) 0%,rgba(181,221,177,1.00) 100%);
}

.gradientblue {
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(235,246,255,1.00)),color-stop( 100% , rgba(153,193,226,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(235,246,255,1.00) 0%,rgba(153,193,226,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(235,246,255,1.00) 0%,rgba(153,193,226,1.00) 100%);
}

.pointform {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 95%;
	line-height: 160%;
}

.pointindent {
 	position: relative; 
 	float: left; 
	margin: 0px 0px 0px 20px;
 }

#subnav {
	position: relative;
	float: left;
	margin: 0 0 15px 10px;
}

#navdance {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 150%;
//	background-color: #f2f2f2;
//	border-bottom: 1px solid #ccc; 
//	border-top: 1px solid #ccc; 
	text-shadow: 0 -1px rgba(255,255,255,0.3);
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,244,224,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,244,224,1.00) 100%);
	background-image: -moz-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: -o-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,244,224,1.00) 100%);
}

#navdance li {
	float: left;
}

#navdance li a {
	display: block;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #777;
	border: 2px solid #FFB877;
	border-radius: 4px;
}

#navdance li a:hover {
	color: #FFFFFF;
	background-color: #F36F20;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(243,111,32,1.00)),color-stop( 100% , rgba(243,111,32,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(243,111,32,1.00) 0%,rgba(243,111,32,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(243,111,32,1.00) 0%,rgba(243,111,32,1.00) 100%);
}

#navdance li+li {
  border-left: 1px solid #fff;
}

#navdance .class_active_ballet > a {
	color: #E53F8A;
	font-weight: bold;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	border: 2px solid #E53F8A;
}

#navdance .class_active_chinesedance > a {
	color: #e73656;
	font-weight: bold;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	border: 2px solid #e73656;
}

.tutor {
	color: #fff; 
}

.tutor:hover {
	color: #ddd;
}


#gallery { 
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	clear: both;
}

#gallery ul { 
	clear:both; 
	display:block; 
	margin: 0 0 0 5px; 
	padding:0px; 
	list-style:none; 
	line-height:200%;
}

#gallery ul li { 
	float:left;
}


#sg_crumbs li {
	margin: 0 0 10px 0;
	padding:0px 20px 0px 20px;
	text-decoration:none;
	color:#F36F20;
	font-size: 120%;
}

#sg_crumbs li+li {
	border-left: solid 1px #ccc;
}

#sg_crumbs li.current { 
	padding:0px 20px 0px 20px;
	font-weight:bold;
	text-decoration:none;
	color:#777;
}

#sg_dirs li {
	margin: 0 10px 20px 10px;
	padding: 10px 20px 10px 20px;
	border: solid 1px #ccc;
	text-decoration: none;
	color: #F36F20;
	border-radius: 6px;
}

#sg_images li img {
	-webkit-box-shadow: 3px 3px 6px #777;
	box-shadow: 3px 3px 6px #777;
}

#sg_images li img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.thumbnail {
 	position: relative; 
 	width: 100%; 
	margin: 0px 0px 30px 10px;
}

.thumbnailart {
 	position: relative; 
 	width: 100%; 
	margin: 0px 15px 30px 10px;
}
 
.thumbnailresult {
 	position: relative; 
	margin: 0px 0px 25px 10px;
	-webkit-box-shadow: 3px 3px 6px #777;
	box-shadow: 3px 3px 6px #777;
}

.thumbindex {
 position: absolute; 
 top: 120px; 
 font-size: 15px;
 left: 0; 
 width: 100%;
 padding: 0 0 0 5px;
}

.thumbindexart {
 position: absolute; 
 top: 140px; 
 font-size: 15px;
 left: 0; 
 width: 100%;
 padding: 0 0 0 5px;
}

.thumbindexresult {
 position: absolute; 
 top: 105px; 
 font-size: 15px;
 left: 0; 
 width: 100%;
 padding: 0 0 0 15px;
}

.notephoto {
	position: relative; 
   -webkit-box-shadow: 3px 3px 6px #777;
   box-shadow: 3px 3px 6px #777;
}

.imageclick:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#id_zoompic01 {
    position: absolute;
	left: 0;
	top: 15px;
    width:100px;
    border:1px solid black;
    z-index:9999;
    /* Apply a CSS3 Transition to width, height, top and left properties */
    transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
    -webkit-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
    -o-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
    -moz-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
}

#id_zoompic01:hover {
	left: -120px;
	top: -50px;
    width: 509px;
    z-index:9999;
}

.slides {
	width: 786px;  
	height: 460px;  
	position: relative;  
	margin: auto;
	overflow:hidden;
}

.slides ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    3.33% {
        opacity:1;
    }
    10% {
        opacity:1;
    }
    13.33% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    3.33% {
        opacity:1;
    }
    10% {
        opacity:1;
    }
    13.33% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 54.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 54.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}
.slides ul  li:nth-child(5), .slides ul  li:nth-child(5) div {
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
}
.slides ul  li:nth-child(6), .slides ul  li:nth-child(6) div {
    -webkit-animation-delay: 30.0s;
    -moz-animation-delay: 30.0s;
}
.slides ul  li:nth-child(7), .slides ul  li:nth-child(7) div {
    -webkit-animation-delay: 36.0s;
    -moz-animation-delay: 36.0s;
}
.slides ul  li:nth-child(8), .slides ul  li:nth-child(8) div {
    -webkit-animation-delay: 42.0s;
    -moz-animation-delay: 42.0s;
}
.slides ul  li:nth-child(9), .slides ul  li:nth-child(9) div {
    -webkit-animation-delay: 48.0s;
    -moz-animation-delay: 48.0s;
}
.slides ul li img {
    display:block;
}

/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        opacity:0;
    }
    3.33% {
        opacity:1;
    }
    10% {
        opacity:1;
    }
    13.33% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        opacity:0;
    }
    3.33% {
        opacity:1;
    }
    10% {
        opacity:1;
    }
    13.33% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li div {
	background-color: rgba(243, 111, 32, 0.6);  
    color:#FFFFFF;
    font-size:26px;
	font-weight:bold;
    padding:5px 10px 5px 10px;
    position:absolute;
    top:0px;
    width:auto;

    /* css3 animation */

    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 54.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_titles;
    -moz-animation-duration: 54.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

}