/**
 * Dynamic display block module template:navigator60p-size-940 - Cascading Style Sheet 
 * (c) Copyright Phelsa Information Technology, 2012. All rights reserved.
 * Version 1.0 ( 13-JUL-2012 )
 * License: Single usage
 */ 
/*
********************* container **********************
container width                                                                                        = 940px
container-inner width               = container width                                                  = 940px

********************* slider **********************
slider width                        = container-inner width - 2 x padding = 940 - 2 x 4                = 932px
slider inner height                 = container-inner height - 2 x padding = 422 - 2 x 4               = 414px

********************* slide **********************
slide-inner width                   = slider width                                                     = 932px
slide-inner height                  = slider width x 9/4                                               = 414px
slide-inner img width               = slider width                                                     = 932px
slide-inner img height              = slider height                                                    = 414px

********************* slide text **********************
slide-text-horizontal height                                                                           = 90px
slide-text-horizontal width         = slider width                                                     = 932px
slide-text-vertical height          = slider inner height                                              = 414px
slide-text-vertical width                                                                              = 200px
slide-text-inner-horizontal height  = slide-text-horizontal height - (2 x 10) padding = 90 - 20        =  70px
slide-text-inner-vertical height    = slide-text-vertical height - (2 x 10) padding   = 414 - 20       = 394px

********************* slide text - title **********************
slide-title-horizontal width        = slide-text-horizontal width - (2 x 10) padding  = 932 - 20       = 912px
slide-title-vertical width          = slide-text-vertical width - (2 x 10) padding    = 200 - 20       = 180px

********************* slide text - body **********************
slide-body-horizontal width         = slide-text-horizontal width - 25 - 120 (button) = 932 - 145      = 787px
slide-body-vertical width           = slide-text-vertical width - (2 x 10) padding    = 200 - 20       = 180px

********************* previous next pager on slide **********************
prev-container left                 = spacing                                                          = -20px
next-container left                 = slider width - image width  = 932 - 40 + 20                      = 912px
pager-slide                         = (sliderheight / 2) - half image height = (414 / 2) - 20          = 187px
*/
/******************** container **********************/  
div.ddblock-cycle-navigator60p div.container{width:940px;}
div.ddblock-cycle-navigator60p div.container-inner{width:940px;}
/********************* slider **********************/
div.ddblock-cycle-navigator60p div.slider{width:937px;}
div.ddblock-cycle-navigator60p div.slider-inner{height:350px;}
/********************* slide **********************/
div.ddblock-cycle-navigator60p div.slide-inner{height:350px;width:937px;}
div.ddblock-cycle-navigator60p div.slide-inner img{height:350px;width:937px;border-top-right-radius:25px;}
/********************* slide text **********************/
div.ddblock-cycle-navigator60p div.slide-text-horizontal{height:150px;width:450px;}
div.ddblock-cycle-navigator60p div.slide-text-vertical{height:414px;width:200px;}
div.ddblock-cycle-navigator60p div.slide-text-inner-horizontal{height:70px;}
div.ddblock-cycle-navigator60p div.slide-text-inner-vertical{height:394px;}
/********************* slide text - title **********************/
div.ddblock-cycle-navigator60p div.slide-title-horizontal{width:912px;}
/********************* slide text - body **********************/
div.ddblock-cycle-navigator60p div.slide-body-horizontal{width:425px;}
div.ddblock-cycle-navigator60p div.slide-body-vertical{width:180px;}
/********************* previous next pager on slide **********************/
div.ddblock-cycle-navigator60p div.prev-container{left:10px;}
div.ddblock-cycle-navigator60p div.next-container{left:875px;}
div.ddblock-cycle-navigator60p div.pager-slide{top:305px;}
/********************* ORIGINAL previous next pager on slide **********************/
/*div.ddblock-cycle-navigator60p div.prev-container{left:-20px;}*/
/*div.ddblock-cycle-navigator60p div.next-container{left:912px;}*/
/*div.ddblock-cycle-navigator60p div.pager-slide{top:187px;}*/
