﻿
#JqvSlider5 { background-color: Black; color: White; max-height: 600px; }

#JqvSlider5_MainTitle { background-color: #888888; color: White; font-size: 20px; font-weight: bold; padding: 10px 0px 15px 10px; height: 30px; line-height: 36px; }

/* for the button list */
#JqvSlider5_ButtonListContainer { margin: 0px; overflow: hidden; width: 350px; float: right; }
#JqvSlider5_ButtonList { margin: 0px auto; overflow: hidden; float: right; margin-right: 10px;}
#JqvSlider5_ButtonList span { float: left; width: 16px; height: 16px; background: #b3b3b3; margin: 8px 3px 0px 3px; text-align: center; cursor: pointer; font-weight: bold; font-size: 12px; color: #0054a6; }
#JqvSlider5_ButtonList span:hover { background-color: White; }
#JqvSlider5_ButtonList a { display: block; line-height: 16px; }
#JqvSlider5_ButtonList a:hover { text-decoration: none; background-color:#FF0000;}
.JqvSlider5_Button_Active a { background-color: #FF0000; color: #ffffff; cursor: default; }

/* for the display of the individual items */
.JqvSlider5_Title { font-size: 20px; font-weight: normal; color: #3e3e3e; text-decoration: none; margin: 15px 0px 0px 0px; }
.JqvSlider5_Title a {font: normal 20px Verdana, Arial, sans-serif; color: White; }
.JqvSlider5_Title a:hover { text-decoration: underline; }
.JqvSlider5_Image { float: left; width: 150px; margin: 15px 15px 1px 15px; }
.JqvSlider5_Details { float: left; width: 350px; height: 225px; }
.JqvSlider5_Author { font-size: 12px; padding: 5px 0px 5px 0px; }
.JqvSlider5_Item { width: 550px; }
.JqvSlider5_Price { font-size: 12px; padding: 5px 0px 5px 0px; }
.JqvSlider5_Summary { margin: 5px 0px 10px 0px;   } 

/* for the button bar */
.JqvSlider5_ButtonBar { clear:both; overflow:hidden; }
.JqvSlider5_ButtonBar > div { background-color: transparent; margin: 0px; padding: 0px; }
.JqvSlider5_ButtonBar .left { float: left;}
.JqvSlider5_ButtonBar .center { float: left; margin-left: 230px; }
.JqvSlider5_ButtonBar .right { float: right; }
#JqvSlider5_PlayButton { margin-left: 5px; display: none; }
