*{
    margin:0;
    padding:0;
}
/* fade slider */
.slides {
    height:250px;
    overflow:hidden;
	margin:0 auto;
    position:relative;
    width:614px;
}
.slides ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
		behavior: url(PIE.htc);
    }
    6% {
        opacity:1;
		behavior: url(PIE.htc);
    }
    24% {
        opacity:1;
		behavior: url(PIE.htc);
    }
    30% {
        opacity:0;
		behavior: url(PIE.htc);
    }
    100% {
        opacity:0;
		behavior: url(PIE.htc);
    }
	

}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
		
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
	animation-name: anim_slides;
    animation-duration: 18.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 18.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;
	behavior: url(PIE.htc);

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 18.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;
	behavior: url(PIE.htc);
}

/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
	animation-delay: 6.0s;
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
	behavior: url(PIE.htc);
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
	animation-delay: 12.0s;
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
	behavior: url(PIE.htc);
}
/*.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 img {
    display:block;
}

/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
.slides1 {
    height:250px;
    overflow:hidden;
	margin:0 auto;
    position:relative;
    width:400px;
}
.slides1 ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides1 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
	animation-name: anim_slides;
    animation-duration: 32.0s;
   	animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 32.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: 32.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 */
.slides1 ul  li:nth-child(2), .slides1 ul  li:nth-child(2) div {
	animation-delay: 4.0s;
    -webkit-animation-delay: 4.0s;
    -moz-animation-delay: 4.0s;
}
.slides1 ul  li:nth-child(3), .slides1 ul  li:nth-child(3) div {
	animation-delay: 8.0s;
    -webkit-animation-delay: 8.0s;
    -moz-animation-delay: 8.0s;
}
.slides1 ul  li:nth-child(4), .slides1 ul  li:nth-child(4) div {
	animation-delay: 12.0s;
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides1 ul  li:nth-child(5), .slides1 ul  li:nth-child(5) div {
	animation-delay: 16.0s;
    -webkit-animation-delay: 16.0s;
    -moz-animation-delay: 16.0s;
}
.slides1 ul  li:nth-child(6), .slides1 ul  li:nth-child(6) div {
	animation-delay: 20.0s;
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
}
.slides1 ul  li:nth-child(7), .slides1 ul  li:nth-child(7) div {
	 animation-delay: 24.0s;
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
}
.slides1 ul  li:nth-child(8), .slides1 ul  li:nth-child(8) div {
	animation-delay: 28.0s;
    -webkit-animation-delay: 28.0s;
    -moz-animation-delay: 28.0s;
}
.slides1 ul  li:nth-child(9), .slides1 ul  li:nth-child(9) div {
	animation-delay: 32.0s;
    -webkit-animation-delay: 32.0s;
    -moz-animation-delay: 32.0s;
}
.slides1 ul li img {
    display:block;
}
.slides2 {
    height:250px;
    overflow:hidden;
	margin:0 auto;
    position:relative;
    width:302px;
}
.slides2 ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides2 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
	animation-name: anim_slides;
    animation-duration: 20.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 20.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: 20.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 */
.slides2 ul  li:nth-child(2), .slides2 ul  li:nth-child(2) div {
	animation-delay: 5.0s;
    -webkit-animation-delay: 5.0s;
    -moz-animation-delay: 5.0s;
}
.slides2 ul  li:nth-child(3), .slides2 ul  li:nth-child(3) div {
	animation-delay: 10.0s;
    -webkit-animation-delay: 10.0s;
    -moz-animation-delay: 10.0s;
}
.slides2 ul  li:nth-child(4), .slides2 ul  li:nth-child(4) div {
    animation-delay: 15.0s;
	-webkit-animation-delay: 15.0s;
    -moz-animation-delay: 15.0s;
}
/*.slides2 ul  li:nth-child(5), .slides2 ul  li:nth-child(5) div {
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
}*/

.slides2 ul li img {
    display:block;
}

/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
.slides3 {
    height:250px;
    overflow:hidden;
	margin:0 auto;
    position:relative;
    width:302px;
}
.slides3 ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides3 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
	 animation-name: anim_slides;
     animation-duration: 30.0s;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
     animation-direction: normal;
     animation-delay: 0;
     animation-play-state: running;
     animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 30.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: 30.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 */
.slides3 ul  li:nth-child(2), .slides3 ul  li:nth-child(2) div {
	animation-delay: 5.0s;
    -webkit-animation-delay: 5.0s;
    -moz-animation-delay: 5.0s;
}
.slides3 ul  li:nth-child(3), .slides3 ul  li:nth-child(3) div {
	animation-delay: 10.0s;
    -webkit-animation-delay: 10.0s;
    -moz-animation-delay: 10.0s;
}
.slides3 ul  li:nth-child(4), .slides3 ul  li:nth-child(4) div {
	animation-delay: 15.0s;
    -webkit-animation-delay: 15.0s;
    -moz-animation-delay: 15.0s;
}
.slides3 ul  li:nth-child(5), .slides3 ul  li:nth-child(5) div {
	animation-delay: 20.0s;
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
}

.slides3 ul li img {
    display:block;
}
.slides33 {
    height:250px;
    overflow:hidden;
	margin:0 auto;
    position:relative;
    width:190px;
}
.slides33 ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides33 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
	animation-name: anim_slides;
    animation-duration: 30.0s;
    animation-timing-function: linear;
   	animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 30.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: 30.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 */
.slides33 ul  li:nth-child(2), .slides33 ul  li:nth-child(2) div {
	animation-delay: 5.0s;
    -webkit-animation-delay: 5.0s;
    -moz-animation-delay: 5.0s;
}
.slides33 ul  li:nth-child(3), .slides33 ul  li:nth-child(3) div {
	animation-delay: 10.0s;
    -webkit-animation-delay: 10.0s;
    -moz-animation-delay: 10.0s;
}
.slides33 ul  li:nth-child(4), .slides33 ul  li:nth-child(4) div {
	animation-delay: 15.0s;
    -webkit-animation-delay: 15.0s;
    -moz-animation-delay: 15.0s;
}
.slides33 ul  li:nth-child(5), .slides33 ul  li:nth-child(5) div {
	animation-delay: 20.0s;
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
}

.slides33 ul li img {
    display:block;
}
.slides333 {
    height:250px;
    overflow:hidden;
	margin:0 auto;
    position:relative;
    width:200px;
}
.slides333 ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides333 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
	animation-name: anim_slides;
    animation-duration: 28.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 28.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: 28.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 */
.slides333 ul  li:nth-child(2), .slides333 ul  li:nth-child(2) div {
	animation-delay: 4.0s;
    -webkit-animation-delay: 4.0s;
    -moz-animation-delay: 4.0s;
}
.slides333 ul  li:nth-child(3), .slides333 ul  li:nth-child(3) div {
	animation-delay: 8.0s;
    -webkit-animation-delay: 8.0s;
    -moz-animation-delay: 8.0s;
}
.slides333 ul  li:nth-child(4), .slides333 ul  li:nth-child(4) div {
	animation-delay: 15.0s;
    -webkit-animation-delay: 15.0s;
    -moz-animation-delay: 15.0s;
}
.slides333 ul  li:nth-child(5), .slides333 ul  li:nth-child(5) div {
	animation-delay: 20.0s;
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
}

.slides333 ul li img {
    display:block;
}
.slides4 {
    height:120px;
    overflow:hidden;
	margin:0 auto;
    position:relative;
    width:400px;
}
.slides4 ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides4 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
	animation-name: anim_slides;
    animation-duration: 24.0s;
   	animation-timing-function: linear;
    animation-iteration-count: infinite;
  	animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.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: 24.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 */
.slides4 ul  li:nth-child(2), .slides4 ul  li:nth-child(2) div {
	animation-delay: 8.0s;
    -webkit-animation-delay: 8.0s;
    -moz-animation-delay: 8.0s;
}
.slides4 ul  li:nth-child(3), .slides4 ul  li:nth-child(3) div {
	animation-delay: 16.0s;
    -webkit-animation-delay: 16.0s;
    -moz-animation-delay: 16.0s;
}
.slides4 ul  li:nth-child(4), .slides4 ul  li:nth-child(4) div {
	animation-delay: 24.0s;
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
}


.slides4 ul li img {
    display:block;
}

/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
.slides5 {
    height:250px;
    overflow:hidden;
	margin:0 auto;
    position:relative;
    width:714px;
}
.slides5 ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@keyframes anim_slides {
    0% {
        opacity:0;
		behavior: url(css/PIE.htc);
    }
    6% {
        opacity:1;
		behavior: url(css/PIE.htc);
    }
    24% {
        opacity:1;
		behavior: url(css/PIE.htc);
    }
    30% {
        opacity:0;
		behavior: url(css/PIE.htc);
    }
    100% {
        opacity:0;
		behavior: url(css/PIE.htc);
    }
}
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
		behavior: url(css/PIE.htc);
    }
    6% {
        opacity:1;
		behavior: url(css/PIE.htc);
    }
    24% {
        opacity:1;
		behavior: url(css/PIE.htc);
    }
    30% {
        opacity:0;
		behavior: url(css/PIE.htc);
    }
    100% {
        opacity:0;
		behavior: url(css/PIE.htc);
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides5 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
	animation-name: anim_slides;
    animation-duration: 36.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 36.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;
	behavior: url(css/PIE.htc);

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 36.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;
	behavior: url(css/PIE.htc);
}

/* css3 delays */
.slides5 ul  li:nth-child(2), .slides5 ul  li:nth-child(2) div {
	animation-delay: 4.0s;   
    -webkit-animation-delay: 4.0s;
    -moz-animation-delay: 4.0s;
	behavior: url(css/PIE.htc);
}
.slides5 ul  li:nth-child(3), .slides5 ul  li:nth-child(3) div {
	animation-delay: 8.0s;   
    -webkit-animation-delay: 8.0s;
    -moz-animation-delay: 8.0s;
	behavior: url(css/PIE.htc);
}
.slides5 ul  li:nth-child(4), .slides5 ul  li:nth-child(4) div {
	animation-delay: 12.0s;
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
	behavior: url(css/PIE.htc);
}
.slides5 ul  li:nth-child(5), .slides5 ul  li:nth-child(5) div {
	animation-delay: 16.0s;
    -webkit-animation-delay: 16.0s;
    -moz-animation-delay: 16.0s;
	behavior: url(css/PIE.htc);
}
.slides5 ul  li:nth-child(6), .slides5 ul  li:nth-child(6) div {
	animation-delay: 20.0s;
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
	behavior: url(css/PIE.htc);
}
.slides5 ul  li:nth-child(7), .slides5 ul  li:nth-child(7) div {
	animation-delay: 24.0s;
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
	behavior: url(css/PIE.htc);
}
.slides5 ul  li:nth-child(8), .slides5 ul  li:nth-child(8) div {
	animation-delay: 28.0s;
    -webkit-animation-delay: 28.0s;
    -moz-animation-delay: 28.0s;
	behavior: url(css/PIE.htc);
}
.slides5 ul  li:nth-child(9), .slides5 ul  li:nth-child(9) div {
	animation-delay: 32.0s;
    -webkit-animation-delay: 32.0s;
    -moz-animation-delay: 32.0s;
	behavior: url(css/PIE.htc);
}
.slides5 ul  li:nth-child(10), .slides5 ul  li:nth-child(10) div {
	animation-delay: 36.0s;
    -webkit-animation-delay: 36.0s;
    -moz-animation-delay: 36.0s;
	behavior: url(css/PIE.htc);
}



.slides5 ul li img {
    display:block;
}
.slides6 {
    height:250px;
    overflow:hidden;
	margin:0 auto;
    position:relative;
    width:400px;
}
.slides6 ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides6 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
	animation-name: anim_slides;
   	animation-duration: 36.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 36.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: 36.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 */
.slides6 ul  li:nth-child(2), .slides6 ul  li:nth-child(2) div {
	animation-delay: 4.0s;
    -webkit-animation-delay: 4.0s;
    -moz-animation-delay: 4.0s;
}
.slides6 ul  li:nth-child(3), .slides6 ul  li:nth-child(3) div {
	animation-delay: 8.0s;
    -webkit-animation-delay: 8.0s;
    -moz-animation-delay: 8.0s;
}
.slides6 ul  li:nth-child(4), .slides6 ul  li:nth-child(4) div {
	animation-delay: 12.0s;
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides6 ul  li:nth-child(5), .slides6 ul  li:nth-child(5) div {
	animation-delay: 16.0s;
    -webkit-animation-delay: 16.0s;
    -moz-animation-delay: 16.0s;
}
.slides6 ul  li:nth-child(6), .slides6 ul  li:nth-child(6) div {
	animation-delay: 20.0s;
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
}
.slides6 ul  li:nth-child(7), .slides6 ul  li:nth-child(7) div {
	animation-delay: 24.0s;
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
}
.slides6 ul  li:nth-child(8), .slides6 ul  li:nth-child(8) div {
	animation-delay: 28.0s;
    -webkit-animation-delay: 28.0s;
    -moz-animation-delay: 28.0s;
}
.slides6 ul  li:nth-child(9), .slides6 ul  li:nth-child(9) div {
	animation-delay: 32.0s;
    -webkit-animation-delay: 32.0s;
    -moz-animation-delay: 32.0s;
}
.slides6 ul  li:nth-child(10), .slides6 ul  li:nth-child(10) div {
	animation-delay: 36.0s;
    -webkit-animation-delay: 36.0s;
    -moz-animation-delay: 36.0s;
}


.slides6 ul li img {
    display:block;
}
/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}


.slides ul li div {
    background-color:#000000;
    border-radius:10px 10px 10px 10px;
    box-shadow:0 0 5px #FFFFFF inset;
    color:#FFFFFF;
    font-size:26px;
    left:10%;
    margin:0 auto;
    padding:20px;
    position:absolute;
    top:50%;
    width:200px;

    /* css3 animation */
	animation-name: anim_titles;
    animation-duration: 24.0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
   	animation-play-state: running;
  	animation-fill-mode: forwards;
	
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 24.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: 24.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;
}