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

********************* slider **********************
slider width                        = container-inner width - 2 x padding = 700 - 2 x 4                = 692px
slider inner height                 = container-inner height - 2 x padding = 316 - 2 x 4               = 308px

********************* slide **********************
slide-inner width                   = slider width                                                     = 692px
slide-inner height                  = slider width x 9/4                                               = 308px
slide-inner img width               = slider width                                                     = 692px
slide-inner img height              = slider height                                                    = 308px


********************* slide text **********************
slide-text-horizontal height                                                                           = 90px
slide-text-horizontal width         = slider width                                                     = 692px
slide-text-vertical height          = slider inner height                                              = 308px
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   = 303 - 20       = 283px

********************* slide text - title **********************
slide-title-horizontal width        = slide-text-horizontal width - (2 x 10) padding  = 692 - 20       = 672px
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) = 692 - 145      = 647px
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  = 692 - 40 + 20                      = 672px
pager-slide                         = (sliderheight / 2) - half image height = (308 / 2) - 20          = 134px
*/
/******************** container **********************/  
div.ddblock-cycle-navigator60p div.container{width:700px;}
div.ddblock-cycle-navigator60p div.container-inner{width:700px;}
/********************* slider **********************/
div.ddblock-cycle-navigator60p div.slider{width:692px;}
div.ddblock-cycle-navigator60p div.slider-inner{height:308px;}
/********************* slide **********************/
div.ddblock-cycle-navigator60p div.slide-inner{height:308px;width:692px;}
div.ddblock-cycle-navigator60p div.slide-inner img{height:308px;width:692px;}
/********************* slide text **********************/
div.ddblock-cycle-navigator60p div.slide-text-horizontal{height:90px;width:350px;}
div.ddblock-cycle-navigator60p div.slide-title-inner h2 {font-size:18px !important;}
div.ddblock-cycle-navigator60p div.slide-body-inner { display:none !important;}
div.ddblock-cycle-navigator60p div.slide-text-vertical{height:308px;width:200px;}
div.ddblock-cycle-navigator60p div.slide-text-inner-horizontal{height:70px;}
div.ddblock-cycle-navigator60p div.slide-text-inner-vertical{height:283px;}
div.ddblock-cycle-navigator60p div.slide-body-inner p { display:none; }
/********************* slide text - title **********************/
div.ddblock-cycle-navigator60p div.slide-title-horizontal{width:672px;}
/********************* slide text - body **********************/
div.ddblock-cycle-navigator60p div.slide-body-horizontal{width:647px;}
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:640px;}
div.ddblock-cycle-navigator60p div.pager-slide{top:260px;}
/********************* ORIGINAL previous next pager on slide **********************/
/* div.ddblock-cycle-navigator60p div.prev-container{left:-20px;}*/
/* div.ddblock-cycle-navigator60p div.next-container{left:672px;}*/
/* div.ddblock-cycle-navigator60p div.pager-slide{top:134px;}*/
