/*Content slider styles starts from here*/

#carousel123 .carousel-control {
	width: 4%;
}

.carousel-control.left,
.carousel-control.right {
	margin-left: 15px;
	background-image: none;
}

.carousel-control.left,
.carousel-control.right {
	width: 15px;
	background-image: none !important;
}

#carousel123 .carousel-control.left {
	left: -14px;
	background: none;
}

#carousel123 .carousel-control.right {
	right: -25px;
}

.block-text {
	background-color: #fff;
	color: #626262;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 106%;
}

.block-text img {
	width: 100%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	/*min-width: 372px;*/
	height: 960px;
}

#carousel123 .carousel-inner {
	height: 960px;
	overflow: hidden;
}

#carousel123 .carousel-inner .item .col-md-3 {
	padding: 0 10px 0 0;
	margin: 0;
}

#carousel123 .carousel-inner .item .col-md-3:nth-child(3n+4) {
	/*padding-right: 0;*/
}

.carousel-reviews {
	width: 98%;
	margin: 0 auto;
}

.caption-text {
	position: absolute;
	z-index: 1;
	margin: 170% 0 0 0px;
	padding: 10px;
	font-size: 18px;
	color: #000;
	width: 100%;
	min-height: 103px;
	background: url(../images/trans.png) repeat;
}

.caption-text input.more {
	border: solid 2px #e8ae00;
	padding: 4px 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: none;
	cursor: pointer;
	display: block;
	margin: 15px 0;
	outline: 0;
	text-align: left;
	display: block;
	color: #e8ae00;
	font-size: 13px;
}

.caption-text input.more:hover {
	background: #e8ae00;
	color: #FFF;
	text-decoration: none;
}

.caption-text a {
	font-weight: normal;
	background: none;
	text-align: left;
	font-weight: 400;
	color: #FFF;
	/*background: rgba(26, 23, 24, 0.9) none repeat scroll 0 0;
	box-decoration-break: clone;
    box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);*/
	font-size: 19px;
	padding: 1px 0;
	/*line-height: 30px;*/
	max-height: 83px;
	overflow: hidden;
	display: block;
	min-height: 83px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
	line-height: 26px;
}

.caption-text a:hover,
.caption-text a:focus {
	outline: none;
	border: 0;
	text-decoration: none;
	color: #e8ae00;
}

.caption-description-c {
	display: none;
	width: 100%;
	margin: 0 auto;
}

.caption-description-c a {
	font-size: 15px;
	margin-top: 8px;
	padding: 0px;
	display: table;
	width: 100%;
	height: 100%;
	text-align: left;
	font-weight: normal;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}


/*-------------------News slider styles start from here------------------------*/

.news-section-c ul.demo2 {
	height: 324px !important;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
	overflow: hidden;
}

.news-section-c ul.demo2 li {
	margin-bottom: 16px;
	border-bottom: dashed 1px #CCC;
	padding-bottom: 16px;
}

.news-section-c .panel .panel-heading span.glyphicon-list-alt {
	padding: 0 5px;
}


/*-------------------Blocks slider styles start from here------------------------*/

.carousel-showsixmoveone .carousel-control {
	width: 4%;
	background-image: none;
	z-index: 98;
}

.carousel-showsixmoveone .carousel-control.left {
	margin-left: 15px;
}

.carousel-showsixmoveone .carousel-control.right {
	margin-right: 15px;
}

.carousel-showsixmoveone .cloneditem-1,
.carousel-showsixmoveone .cloneditem-2,
.carousel-showsixmoveone .cloneditem-3,
.carousel-showsixmoveone .cloneditem-4,
.carousel-showsixmoveone .cloneditem-5 {
	display: none;
}

@media all and (min-width: 768px) {
	.carousel-showsixmoveone .carousel-inner > .active.left,
	.carousel-showsixmoveone .carousel-inner > .prev {
		left: -33.333%;
	}
	.carousel-showsixmoveone .carousel-inner > .active.right,
	.carousel-showsixmoveone .carousel-inner > .next {
		left: 33.333%;
	}
	.carousel-showsixmoveone .carousel-inner > .left,
	.carousel-showsixmoveone .carousel-inner > .prev.right,
	.carousel-showsixmoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showsixmoveone .carousel-inner .cloneditem-1,
	.carousel-showsixmoveone .carousel-inner .cloneditem-2 {
		display: block;
	}
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showsixmoveone .carousel-inner > .item.active.right,
	.carousel-showsixmoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(33.333%, 0, 0);
		transform: translate3d(33.333%, 0, 0);
		left: 0;
	}
	.carousel-showsixmoveone .carousel-inner > .item.active.left,
	.carousel-showsixmoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-33.333%, 0, 0);
		transform: translate3d(-33.333%, 0, 0);
		left: 0;
	}
	.carousel-showsixmoveone .carousel-inner > .item.left,
	.carousel-showsixmoveone .carousel-inner > .item.prev.right,
	.carousel-showsixmoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

@media all and (min-width: 992px) {
	.carousel-showsixmoveone .carousel-inner > .active.left,
	.carousel-showsixmoveone .carousel-inner > .prev {
		left: -25%;
	}
	.carousel-showsixmoveone .carousel-inner > .active.right,
	.carousel-showsixmoveone .carousel-inner > .next {
		left: 25%;
	}
	.carousel-showsixmoveone .carousel-inner > .left,
	.carousel-showsixmoveone .carousel-inner > .prev.right,
	.carousel-showsixmoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showsixmoveone .carousel-inner .cloneditem-3,
	.carousel-showsixmoveone .carousel-inner .cloneditem-4,
	.carousel-showsixmoveone .carousel-inner .cloneditem-5 {
		display: block;
	}
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showsixmoveone .carousel-inner > .item.active.right,
	.carousel-showsixmoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
		left: 0;
	}
	.carousel-showsixmoveone .carousel-inner > .item.active.left,
	.carousel-showsixmoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
		left: 0;
	}
	.carousel-showsixmoveone .carousel-inner > .item.left,
	.carousel-showsixmoveone .carousel-inner > .item.prev.right,
	.carousel-showsixmoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}


/*----------------------------social media icons animations styles starts from here------------------------------*/

.hi-icon-effect-1 .hi-icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #FFF;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
}

.hi-icon {
	display: inline-block;
	cursor: pointer;
	margin: 0px 3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #e8ae00;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


/* Effect 1a */

.hi-icon-effect-1a .hi-icon:hover {
	background: #000;
	color: #FFF;
}

.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/*--------------------------------main menu hover animation starts from here----------------------------------*/

.menu a,
.menu a > span,
.menu ul li.active a,
.menu ul li.active a > span {
	position: relative;
	color: inherit;
	text-decoration: none;
	line-height: normal;
}

.menu a:before,
.menu a:after,
.menu a > span:before,
.menu a > span:after,
.menu ul li.active a:before,
.menu ul li.active a:after {
	content: '';
	position: absolute;
	transition: transform .5s ease;
}

.effect-3 {
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 5px;
	overflow: hidden;
}

.effect-3:before,
.menu ul li.active:before a,
.menu ul li.active:after a {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e8ae00;
	transform: translateX(-100%);
}

.effect-3:hover:before,
.menu ul li.active:hover a:before,
.menu ul li.active:focus a:before {
	transform: translateX(0);
}


/*-----------------------------modern popup styles starts from here-----------------------------*/

button {
	border: solid 2px #FFF;
	padding: 5px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: none;
	cursor: pointer;
	display: block;
	margin: 15px auto;
	outline: 0;
	text-align: center;
	display: block;
	color: #FFF;
	/*width: 40%;*/
}

button:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
}


.model-btn {
	padding: 5px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 3px;
	background: #d14c4d;
	cursor: pointer;
	margin: 0px;
	outline: 0;
	text-align: center;
	display: block;
	color: #fff;
	font-weight:bold;
	width: 100%;
	padding:6px;
}

.model-btn:hover {
	background: #bc4344;
	color: #fff;
	text-decoration: none;
}

.dialog,
.dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dialog {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
	z-index: 99;
}

.dialog__overlay {
	position: absolute;
	z-index: 1;
	background: rgba(55, 58, 71, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}

.dialog__content {
	width: 80%;
	max-width: 860px;
	min-width: 290px;
	background: #fff;
	padding: 4em;
	text-align: center;
	position: relative;
	z-index: 5;
	opacity: 0;
}

.dialog--open .dialog__content {
	pointer-events: auto;
}


/* Content */

.dialog h2 {
	margin: 0;
	font-weight: 400;
	font-size: 2em;
	padding: 0 0 2em;
	margin: 0;
}

.dialog--open .dialog__overlay {
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.dialog--close .dialog__overlay {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.dialog__content {
	padding: 0;
	background: transparent;
}

.dialog.dialog--open .dialog__content {
	opacity: 1;
}

.morph-shape {
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
	z-index: -1;
}

.morph-shape svg rect {
	stroke: #fff;
	stroke-width: 2px;
	stroke-dasharray: 1680;
}

.dialog--open .morph-shape svg rect {
	-webkit-animation: anim-dash 0.6s forwards;
	animation: anim-dash 0.6s forwards;
}

.dialog-inner {
	opacity: 0;
	background: #fff;
}

.dialog--open .dialog-inner {
	padding: 4em;
	opacity: 1;
	-webkit-transition: opacity 0.85s 0.35s;
	transition: opacity 0.85s 0.35s;
}

.dialog.dialog--open h2 {
	-webkit-animation: anim-elem-1 0.7s ease-out both;
	animation: anim-elem-1 0.7s ease-out both;
}

.dialog.dialog--open button {
	-webkit-animation: anim-elem-2 0.7s ease-out both;
	animation: anim-elem-2 0.7s ease-out both;
}

@keyframes anim-dash {
	0% {
		stroke-dashoffset: 1680;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes anim-dash {
	0% {
		stroke-dashoffset: 1680;
	}
	100% {
		stroke-dashoffset: 0;
	}
}


/* Inner elements animations */

@-webkit-keyframes anim-elem-1 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-150px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-elem-1 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-150px, 0, 0);
		transform: translate3d(-150px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-elem-2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(150px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-elem-2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(150px, 0, 0);
		transform: translate3d(150px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.content-item {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 232px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	width: 324px;
}

.content-item.content-img-1 {
	background: url(../images/thumb1.jpg);
}

.content-item.content-img-2 {
	background: url(../images/thumb2.jpg);
}

.content-item.content-img-3 {
	background: url(../images/thumb3.jpg);
}

.content-item .overlay {
	border-bottom: 100px solid #e8c63d;
	border-left: 100px solid transparent;
	bottom: 0;
	height: 0;
	opacity: .95;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 0;
}

.content-item:hover .overlay {
	border-bottom: 800px solid #e8c63d;
	border-left: 800px solid transparent;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.content-item .corner-overlay-content {
	bottom: 15px;
	color: #333;
	position: absolute;
	right: 15px;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.content-item:hover .corner-overlay-content {
	opacity: 0;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.content-item .overlay-content {
	bottom: 0;
	color: #333;
	left: 0;
	opacity: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.content-item .overlay-content h2 {
	border-bottom: 1px solid #333;
	padding: 0 0 12px;
}

.content-item:hover .overlay-content {
	opacity: 1;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}


/*---------------------------------blogs styles starts from here---------------------------------*/

.blog-main-content-c .item {
	text-align: center;
	float: left;
	margin: 5px;
	position: relative;
}

.blog-main-content-c .item img {
	width: 100%;
}

.blog-main-content-c .item {
	width: 145px;
	height: 170px;
}

.item-hover,
.item-hover .mask,
.item-img,
.item-type-move .item-info {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	overflow: hidden;
}

.blog-main-content-c .item-username {
	bottom: 4px;
}

.item-hover,
.item-hover .mask,
.item-img {
	position: absolute;
	top: 0;
	left: 0;
}

.item-type-move .item-hover {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	cursor: pointer;
	z-index: 100;
}

.item-type-move .item-info {
	z-index: 10;
	color: #ffffff;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.item-type-move .item-info .headline,
.item-type-move .item-info .date {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 20px;
	border: 5px solid transparent;
}

.item-type-move .item-info .headline {
	font-size: 18px;
	top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.item-type-move .item-info .date {
	font-size: 14px;
	font-style: italic;
	/*bottom: 10px;*/
	line-height: normal;
}

.item-type-move .item-info .date p {
	margin: 0;
}

.item-type-move .item-info .line {
	height: 1px;
	width: 95%;
	margin: 10px auto 0 auto;
	background-color: #ffffff;
}

.item-type-move .item-hover .mask {
	background-color: #000;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 0;
}

.item-type-move .item-hover:hover {
	opacity: 1;
}

.item-type-move .item-hover:hover .item-info .headline {
	top: 38%;
}

.item-type-move .item-hover:hover .item-info .date {
	/*bottom: 28%;*/
}

.item-img {
	background-color: #7a548f;
	z-index: 0;
}

.blog-main-content-c {
	display: table;
	width: auto;
	max-height: 480px;
	overflow-y: scroll;
	margin: 0 auto;
}


/* Popup css -Ashok */

.category-model .modal-content {
	border: none;
	overflow: hidden;
	background: #f0f0f0;
	color: #000;
	/*padding-bottom: 10px;*/
}

.category-model .modal-body {
	padding: 0;
}

.category-model button.close {
	border-radius: 0;
	background:none;
    color: #fff;
    float: none;
    font-size: 35px;
    font-weight: normal;
    height: 40px;
    line-height: 31px;
    opacity: 1;
    position: absolute;
    right: 4px;
    top: 2px;
    width: 50px;
}

.category-model h1 {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size:24px;
	font-weight:bold;
}

.category-model .bg-red {
	background: #d14c4d;
}

.category-model .bg-yellow {
	background: #e2a44a;
}

.category-model .bg-blue {
	background: #23b3cb;
}

.category-model .bg-pink {
	background: #9e58ad;
	color: #fff;
}

.category-model .part {
	border: 1px solid #d14c4d;
	padding: 10px;
	margin-bottom:10px;
}

.category-model .part .logo-exim {
	text-align: right;
}

.category-model .part p strong {
	color: #fff;
}

.category-model .part .event {
	padding: 0 10px;
	margin-bottom: 10px;
}

.category-model .part .event .event-date {
	padding: 4px;
	width: 47px;
	background: #d14c4d;
	color: #fff;
	text-align: center;
	line-height: 13px;
	font-family:"Trebuchet MS"; 
	font-size:14px;
	word-wrap: break-word;
	border-radius:3px;
}

.text-link a{ 
	font-family:"Trebuchet MS"; 
	font-size:15px;
	color:#565656 !important;
}

.text-link a:hover{ 
	font-family:"Trebuchet MS"; 
	font-size:15px;
	color:#7a7a7a !important;
	text-decoration:none;
}

.category-model .part .event .event-desc {
	padding-left: 10px;
}

.category-model .part .event .event-date,
.category-model .part .event .event-desc {
	float: none !important;
	display: table-cell;
	vertical-align: middle;
}

@media (max-width:380px) {
	.blog-main-content-c .item {
		float: none;
	}
}

_::-moz-svg-foreign-content,
:root .caption-text {
	margin-top: 37%;
}


/*dash board watch styles*/

.clock {
	margin: 0 auto;
	padding: 10px;
	color: #000;
	width: 242px;
	float: right;
}

#Date {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.clock ul {
	margin: 5px auto;
	padding: 0px;
	list-style: none;
	text-align: center;
	color: #dcb03f;
	display: block;
	width: 60%;
	border: solid 1px #dcb03f;
	background: #000;
	-webkit-box-shadow: inset 0px 0px 13px 0px rgba(220, 176, 63, 0.5);
	-moz-box-shadow: inset 0px 0px 13px 0px rgba(220, 176, 63, 0.5);
	box-shadow: inset 0px 0px 13px 0px rgba(220, 176, 63, 0.5);
}

.clock ul li {
	display: inline;
	font-size: 24px;
	text-align: center;
}

#point {
	position: relative;
	-moz-animation: mymove 1s ease infinite;
	-webkit-animation: mymove 1s ease infinite;
}


/* Simple Animation */

@-webkit-keyframes mymove {
	0% {
		opacity: 1.0;
		text-shadow: 0 0 20px #00c6ff;
	}
	50% {
		opacity: 0;
		text-shadow: none;
	}
	100% {
		opacity: 1.0;
		text-shadow: 0 0 20px #00c6ff;
	}
}

@-moz-keyframes mymove {
	0% {
		opacity: 1.0;
		text-shadow: 0 0 20px #00c6ff;
	}
	50% {
		opacity: 0;
		text-shadow: none;
	}
	100% {
		opacity: 1.0;
		text-shadow: 0 0 20px #00c6ff;
	}
}

#slideshow {
	margin: 0;
	padding: 0;
	position: relative;
	border: 15px solid #fff;
	-webkit-box-shadow: 0 3px 5px #999;
	-moz-box-shadow: 0 3px 5px #999;
	box-shadow: 0 3px 5px #999;
}

#slideshow ul {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#slideshow ul li {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#pagination {
	clear: both;
	width: 75px;
	margin: 25px auto 0;
	padding: 0;
}

#pagination li {
	list-style: none;
	float: left;
	margin: 0 2px;
}

#pagination li a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -10000px;
	/*background: url(../images/pagination.png);*/
}

#pagination li a.active {
	background-position: 0 10px;
}