/**
 * Dynamic display block module template:sidebyside60p-size-940 - Cascading Style Sheet
 * (c) Copyright Phelsa Information Technology, 2012. All rights reserved.
 * Version 1.0 ( 15-JUN-2012 )
 * License: Single usage
 */
/*
********************* container **********************
container width                                                                                        = 700px
container-inner width               = container width                                                  = 700px
********************* slider **********************
slider width                        = container-inner width                                            = 700px
slider inner height                 = slide-inner image height                                         = 300px
********************* slide **********************
slide-inner img width               = 2/3 * (container-inner width)                                    = 467px
slide-inner img height              = 3/4 * (slide-inner img width)                                    = 300px
********************* slide text **********************
slide-text height                   = slide-inner img height - pager summary height                    = 250px
slide-text width                    = 1/3 * (container-inner width)                                    = 233px
slide-text-inner height             = slide-text height                                                = 250px
slide-text-inner width              = slide-text width  - 20px                                         = 213px
********************* pager summary **********************
pager summary width                 = 1/3 * (container-inner width)                                    = 233px
********************* slide text - title **********************
slide-title width                   = slide-text-inner width                                           = 213px
********************* slide text - body **********************
slide-body width                    = slide-text-inner width                                           = 213px
********************* scrollable pager **********************
scrollable pager width              = dynamically changes depending on number of pager items
scrollable pager item width         = 29px (27px width + 2px margin-right)
********************* previous next pager on slide **********************
prev-container left                 = (slide-text width / 2) - 35px                                    = 82px
next-container left                 = (slide-text width / 2) + 35px - pager next width                 = 145px
*/
/******************** container **********************/
body .container {padding-left:0px!important;padding-right:0px!important;}
div.ddblock-cycle-sidebyside60p div.container{width:100%!important;padding:0px!important;}
div.ddblock-cycle-sidebyside60p div.container-inner{width:100%;}
/********************* slider **********************/
div.ddblock-cycle-sidebyside60p div.slider{width:100%;}
div.ddblock-cycle-sidebyside60p div.slider-inner{height:300px; width:100%;}
/********************* slide **********************/
div.ddblock-cycle-sidebyside60p div.slide {width: 100%!important;}
div.ddblock-cycle-sidebyside60p div.slide-inner img{height:auto;margin:0px;width:100%!important;}
/********************* slide text **********************/
div.ddblock-cycle-sidebyside60p div.slide-text {width:100%;clear:both;position:relative;}
div.ddblock-cycle-sidebyside60p div.slide-text-inner {height:125px;padding:0px;width: 100%;}
/********************* slide text - title **********************/
div.ddblock-cycle-sidebyside60p div.slide-title{width:100%;}
div.ddblock-cycle-sidebyside60p div.slide-title h2 { font-size: 16px;}
div.ddblock-cycle-sidebyside60p div.slide-title h2 a{ font-size: 16px;}
/********************* slide text - body **********************/
div.ddblock-cycle-sidebyside60p div.slide-body{width:100%;}
div.ddblock-cycle-sidebyside60p div.slide-body-inner p{font-size:14px;}
div.ddblock-cycle-sidebyside60p div.slide-read-more{display:none;}
/********************* previous next pager on slide **********************/
div.ddblock-cycle-sidebyside60p div.prev-container{left:42px;}
div.ddblock-cycle-sidebyside60p div.next-container{left:105px;}
/* ********************* pager summary ********************** */
div.ddblock-cycle-sidebyside60p div.pager-summary{width:155px;bottom:0px;}
div.ddblock-cycle-sidebyside60p div.pager{display:none;}
div.ddblock-cycle-sidebyside60p div.pager-slide-bottom{top:7px;}