/*  -----------------------------------------  //
//  Projekt: GRAVIS.de                         //
//  Autor:   Sergej Müller                     //
//  Datum:   April 2008                        //
//                                             //
//  Datei:   css/ieless.css                    //
//  -----------------------------------------  */


/* @subgroup Slides */

.content_typo3 .slides p.corner {
	background: url(../img/slides/corner.png);
}
.content_typo3 .slides .control p#output {
	background: url(../img/slides/textbox_i.png);
}
.content_typo3 .slides .control #prev {
	background: url(../img/slides/prev_i.png);
}
.content_typo3 .slides .control #play {
	background: url(../img/slides/play_i.png);
}
.content_typo3 .slides .control #pause {
	background: url(../img/slides/pause_i.png);
}
.content_typo3 .slides .control #next {
	background: url(../img/slides/next_i.png);
}

.content_typo3 .slides:hover .control p#output {
	background: url(../img/slides/textbox_a.png);
}
.content_typo3 .slides:hover .control #prev {
	background: url(../img/slides/prev_a.png);
}
.content_typo3 .slides:hover .control #play {
	background: url(../img/slides/play_a.png);
}
.content_typo3 .slides:hover .control #pause {
	background: url(../img/slides/pause_a.png);
}
.content_typo3 .slides:hover .control #next {
	background: url(../img/slides/next_a.png);
}

/* @end group */
